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.
1 parent 696e2da commit eef30dcCopy full SHA for eef30dc
.github/workflows/stage-2-test.yaml
@@ -108,6 +108,8 @@ jobs:
108
name: "Pact tests"
109
runs-on: ubuntu-latest
110
timeout-minutes: 5
111
+ env:
112
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113
permissions:
114
packages: write
115
contents: read
@@ -130,12 +132,8 @@ jobs:
130
132
- name: "Generate dependencies"
131
133
run: npm run generate-dependencies --workspaces --if-present
134
- name: "Run PACT tests"
- env:
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135
run: npm run test:pact --workspace tests
136
- name: Publish Pact Contracts
137
138
139
run: ./scripts/publish-pact-contracts.sh
140
test-lint:
141
name: "Linting"
0 commit comments