Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
h-r-k-matsumoto committed Sep 22, 2024
1 parent f85ca0b commit 7723de7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/passenger-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
strategy:
matrix:
passenger-version:
- 6.0.21
- 6.0.22
- 6.0.23
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: go mod download
- name: build
run: go build .
run: go build .
- name: test
run: go test -json ./... > test.json
- name: annotate tests
Expand Down

0 comments on commit 7723de7

Please sign in to comment.