Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloGoncalvesBH committed Jun 15, 2022
1 parent b01d83e commit f8c3b5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/contract-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Project checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Node.js Setup
uses: actions/setup-node@v2
- name: Installation of Node.js dependencies
run: npm ci
- name: Run contract test
run: npm run test:contract
- run: docker pull pactfoundation/pact-cli:latest
- name: work around permission issue
run: git config --global --add safe.directory /home/runner/work/front/front
- name: Publish contract test result
run: |
docker run --rm \
Expand Down

0 comments on commit f8c3b5f

Please sign in to comment.