Skip to content

Commit

Permalink
Remove debug & fetch with --force cncf/cnf-conformance#438
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Oct 29, 2020
1 parent 2f54d6c commit ddf726e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ jobs:
run: |
kind create cluster
kubectl get nodes
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Setup CNF-Conformance
run: |
helm repo add stable https://charts.helm.sh/stable
git fetch --all --tags
git fetch --all --tags --force
shards install
crystal src/cnf-conformance.cr setup
- name: Run Crystal Spec
Expand Down

0 comments on commit ddf726e

Please sign in to comment.