Skip to content

Commit

Permalink
ci: skip stdalone on qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 13, 2024
1 parent 065f3b6 commit ffe2e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- if: runner.os == 'Windows'
run: echo "ONLY_DOWNLOAD_PACT_FOR_WINDOWS=true" >> $GITHUB_ENV

- if: runner.os == 'Linux' && matrix.docker == 'true' && matrix.arch == 'arm64'
- if: runner.os == 'Linux' && matrix.docker == true && matrix.arch == 'arm64'
run: echo "SKIP_STANDALONE=true" >> $GITHUB_ENV

- run: FETCH_ASSETS=true REPO=you54f/pact-js-core ./script/ci/check-release-libs.sh --fetch-assets -t v15.0.0
Expand Down
2 changes: 1 addition & 1 deletion test/matt.consumer.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('MATT protocol test', () => {
}));
});

describe.skip('TCP Messages', () => {
describe('TCP Messages', () => {
beforeEach(() => {
tcpProvider = makeConsumerMessagePact(
'matt-tcp-consumer',
Expand Down

0 comments on commit ffe2e01

Please sign in to comment.