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.
2 parents c3be87a + 2f908b5 commit c9b8cf2Copy full SHA for c9b8cf2
.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