Skip to content

Commit

Permalink
Merge pull request #10 from cybozu-go/improve-e2e
Browse files Browse the repository at this point in the history
Improve e2e
  • Loading branch information
satoru-takeuchi authored Jun 13, 2024
2 parents c3231b9 + c869176 commit a5d5405
Show file tree
Hide file tree
Showing 17 changed files with 513 additions and 485 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
key: go-${{ hashFiles('go.sum', 'Makefile', 'versions.mk') }}
restore-keys: |
go-
- run: make -C e2e setup
- run: make -C e2e test
- run: make -C test/e2e setup
- run: make -C test/e2e test
Loading

0 comments on commit a5d5405

Please sign in to comment.