Skip to content

Commit

Permalink
Changes after own review, take three.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed Oct 14, 2024
1 parent a6c8780 commit 96fcbf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: bash ./build.sh test

- name: Test compat
timeout-minutes: 5
timeout-minutes: 10
env:
USER: runneradmin
CODECOV_TOKEN: local
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run: ./build.sh test

- name: Test compat
timeout-minutes: 5
timeout-minutes: 10
env:
CODECOV_TOKEN: local
run: ./build.sh compat
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
run: ./build.sh test

- name: Test compat
timeout-minutes: 5
timeout-minutes: 10
env:
CODECOV_TOKEN: local
run: ./build.sh compat
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
su chevah -c "./build.sh test"
- name: Test compat
timeout-minutes: 5
timeout-minutes: 10
env:
USER: chevah
CODECOV_TOKEN: local
Expand Down

0 comments on commit 96fcbf9

Please sign in to comment.