Skip to content

Commit

Permalink
Run on all pull_requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dd137 committed Oct 12, 2023
1 parent 45fbb3d commit bbace59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tmp-fix-integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
pull_request:
push:
branches:
- 'fix/ci-integration-test'
Expand Down Expand Up @@ -52,8 +53,8 @@ jobs:
~/.meteor
~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
- run: /home/runner/.meteor/meteor npm run prepare-integration-tests
- run: ~/.meteor/meteor npm run prepare-integration-tests
- name: Run integration tests using Xvfb
uses: coactions/setup-xvfb@v1
with:
with: # needs full path to meteor
run: /home/runner/.meteor/meteor npm run test-integration

0 comments on commit bbace59

Please sign in to comment.