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 d7b1963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion test/passenger-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:3.3

ARG ARG_RAILS_VERSION=7.2.1
ARG ARG_RAILS_VERSION=7.0.8
ARG ARG_PASSENGER_VERSION=6.0.23
ENV RAILS_VERSION $ARG_RAILS_VERSION
ENV PASSENGER_VERSION $ARG_PASSENGER_VERSION
Expand Down

0 comments on commit d7b1963

Please sign in to comment.