We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4f49b commit 2f908b5Copy full SHA for 2f908b5
.github/workflows/smoke.yaml
@@ -10,7 +10,7 @@ concurrency:
10
jobs:
11
main:
12
timeout-minutes: 8
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
14
steps:
15
- name: Setup BATS
16
uses: mig4/setup-bats@v1
.github/workflows/unit.yaml
- uses: actions/checkout@v2
with:
0 commit comments