Skip to content

Commit

Permalink
ci(github): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed May 21, 2023
1 parent 2aff792 commit daf0eda
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
strategy:
matrix:
node-version: [20, 18, 16]
os: [ubuntu-latest, windows-latest, macos-latest]
os:
- ubuntu-latest
# - windows-latest
- macos-latest
exclude:
- os: macos-latest
node-version: 12
Expand Down Expand Up @@ -113,8 +116,10 @@ jobs:
echo "/usr/local/lib/android/sdk/tools" >> $GITHUB_PATH
pnpm i
pushd examples/cordova
pnpm cordova prepare
pnpm cordova platform rm ios
pnpm cordova plugin rm admob-plus-cordova || true
pnpm cordova prepare
pnpm cordova plugin add ../../packages/cordova --link
popd
#
- name: Test
Expand Down

0 comments on commit daf0eda

Please sign in to comment.