Skip to content

Commit

Permalink
chore: update e2e tests to try npm and macos
Browse files Browse the repository at this point in the history
This should add more visibility if something is going wrong, like #167.
  • Loading branch information
byCedric authored Mar 17, 2022
1 parent 9fce70f commit 8f44999
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,22 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
cache:
- with-cache
- without-cache
packager:
- yarn
include:
- os: ubuntu-latest
cache: without-cache
packager: npm
- os: windows-latest
cache: without-cache
packager: npm
- os: macos-latest
cache: without-cache
packager: npm
runs-on: ${{ matrix.os }}
steps:
- name: 🏗 Setup repo
Expand All @@ -38,6 +51,7 @@ jobs:
eas-cache: ${{ matrix.cache == 'with-cache' }}
expo-version: latest
expo-cache: ${{ matrix.cache == 'with-cache' }}
packager: ${{ matrix.packager }}
token: ${{ secrets.EXPO_TOKEN }}

- name: 🧪 EAS installed
Expand Down

0 comments on commit 8f44999

Please sign in to comment.