Skip to content

Commit

Permalink
Refactor (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels authored Sep 21, 2022
1 parent 066b6c8 commit df39466
Show file tree
Hide file tree
Showing 38 changed files with 8,873 additions and 1,342 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
node: [ "16", "18" ]
framework: [ "next", "angular", "custom", "nuxt", "nuxt3" ]
framework: [ "next", "angular", "custom", "nuxt", "nuxt3", "vite" ]
exclude:
# Engine failures for Node 18
- node: 18
Expand Down Expand Up @@ -97,9 +97,7 @@ jobs:
run: mv firebase-frameworks-${{ github.run_id }} dist
- name: Test
run: |
npm i -g firebase-tools
node --loader ts-node/esm ./tools/dev.ts
firebase --open-sesame frameworkawareness
node_modules/.bin/firebase --open-sesame frameworkawareness
npm run test:${{ matrix.framework }}
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
Expand Down Expand Up @@ -137,7 +135,9 @@ jobs:
- name: Build
run: npm run build
- name: Test
run: npm run test
run: |
node_modules/.bin/firebase --open-sesame frameworkawareness
npm run test
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

Expand Down
Loading

0 comments on commit df39466

Please sign in to comment.