Skip to content

Commit

Permalink
More test
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Sep 20, 2023
1 parent 90b4410 commit ec44617
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
kind create cluster
kubectl cluster-info
- name: Test
run: make test
# - name: Test
# run: make test

- name: Generate Tag
id: generate_tag
Expand Down Expand Up @@ -187,10 +187,10 @@ jobs:
df -H
echo ".git files not owned by current user or current group:"
find .git ! -user $(id -u) -o ! -group $(id -u) | xargs ls -lh
find .git ! -user $(id -u) -o ! -group $(id -g) | xargs ls -lh
# Reset file owners
chmod -R -v "$(id -u):$(id -g)" .git
chown -R -v "$(id -u):$(id -g)" .git
- name: Commit files
run: |
Expand Down

0 comments on commit ec44617

Please sign in to comment.