Skip to content

Commit

Permalink
ci(bats): verbose run
Browse files Browse the repository at this point in the history
  • Loading branch information
anonkey committed Sep 26, 2024
1 parent 7761873 commit 7261134
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Clippy
strategy:
fail-fast: true
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout repository code
Expand All @@ -41,7 +41,7 @@ jobs:

fmt:
name: Fmt
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft_nightly_nanocl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
release_image:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: rust:1.78.0-alpine3.20

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft_stable_nanocl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
release_image:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: rust:1.78.0-alpine3.20

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ubuntu_e2e_test:
strategy:
fail-fast: true
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
# Clone project
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
# Run E2E tests
- name: E2E
run: |
bats ./tests/e2e.bats
bats --verbose-run ./tests/e2e.bats
2 changes: 1 addition & 1 deletion .github/workflows/publish_nightly_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
release_image:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_stable_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
release_image:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ubuntu_test:
strategy:
fail-fast: true
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
# Clone project
Expand Down

0 comments on commit 7261134

Please sign in to comment.