We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b9885 commit 2ac0577Copy full SHA for 2ac0577
.github/workflows/unit-test.yaml
@@ -8,7 +8,7 @@ concurrency:
8
cancel-in-progress: true
9
jobs:
10
unit-test:
11
- runs-on: [ test-runner ]
+ runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- uses: docker/login-action@v3
0 commit comments