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 3c37768 + 8800ecd commit ccf2679Copy full SHA for ccf2679
.github/workflows/test.yml
@@ -7,11 +7,22 @@ permissions:
7
contents: read
8
9
jobs:
10
- test-docker-build-check:
+ test-root-dir:
11
name: test-docker-build-check
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- uses: ./
16
with:
17
github_token: ${{ secrets.github_token }}
18
+
19
+ test-specific-workdir:
20
+ name: test-docker-build-check
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - uses: actions/checkout@v4
24
+ - uses: ./
25
+ with:
26
+ github_token: ${{ secrets.github_token }}
27
+ workdir: testdata
28
+ filter_mode: nofilter
0 commit comments