Skip to content

Commit

Permalink
ci: add integ test run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Oct 21, 2023
1 parent 393777a commit 53af82d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/desktop-linux-test-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
sudo apt install build-essential curl wget file libssl-dev libayatana-appindicator3-dev
sudo apt-get install xvfb
- name: npm install ci deps
run: npm ci

- name: Download phoenix and build build phoenix dist-test
run: |
npm run _ci-clonePhoenixForTests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/desktop-mac-test-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable

- name: npm install ci deps
run: npm ci

- name: Download phoenix and build build phoenix dist-test
run: |
npm run _ci-clonePhoenixForTests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/desktop-windows-test-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable

- name: npm install ci deps
run: npm ci

- name: Download phoenix and build build phoenix dist-test
run: |
npm run _ci-clonePhoenixForTests
Expand Down

0 comments on commit 53af82d

Please sign in to comment.