Skip to content

Commit 7abfba4

Browse files
committed
Test "configure-git" outside of a git working copy
1 parent fb54d10 commit 7abfba4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
- name: Unit tests
5151
run: npm run test
5252

53+
- name: Run "configure-git" outside of working copy
54+
uses: ./configure-git
55+
working-directory: ${{ github.workspace }}/..
56+
5357

5458
test-stage-1:
5559
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)