Skip to content

Commit f8c3b5f

Browse files
fix ci
1 parent b01d83e commit f8c3b5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/contract-testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ jobs:
1313
runs-on: ubuntu-18.04
1414
steps:
1515
- name: Project checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Node.js Setup
1818
uses: actions/setup-node@v2
1919
- name: Installation of Node.js dependencies
2020
run: npm ci
2121
- name: Run contract test
2222
run: npm run test:contract
2323
- run: docker pull pactfoundation/pact-cli:latest
24+
- name: work around permission issue
25+
run: git config --global --add safe.directory /home/runner/work/front/front
2426
- name: Publish contract test result
2527
run: |
2628
docker run --rm \

0 commit comments

Comments
 (0)