Skip to content

Commit ccf2679

Browse files
authored
Merge pull request #14 from shmokmt/working-dir-test
Test for specific workdir
2 parents 3c37768 + 8800ecd commit ccf2679

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,22 @@ permissions:
77
contents: read
88

99
jobs:
10-
test-docker-build-check:
10+
test-root-dir:
1111
name: test-docker-build-check
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: ./
1616
with:
1717
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

Comments
 (0)