Skip to content

Commit

Permalink
output
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jul 9, 2022
1 parent 5c9dfcb commit 34ca551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -338,9 +338,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build
run: earthly --ci +build
run: earthly +build
- name: Test
run: earthly --ci +test
run: earthly +test
- run: |
ls earthly-out
ls earthly-out/TestResults
Expand Down

0 comments on commit 34ca551

Please sign in to comment.