Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Team3256/app
Browse files Browse the repository at this point in the history
  • Loading branch information
realjoshuau committed Nov 23, 2023
2 parents 320d1d3 + 242fa88 commit ca0af0b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true

env:
TBA_API_KEY: ${{ secrets.TBA_API_KEY }}

jobs:
packages:
runs-on: ubuntu-latest
Expand All @@ -24,10 +27,10 @@ jobs:
uses: ./.github/actions/setup-monorepo

- name: ✅ Lint packages
run: pnpm run -w lint
run: pnpm run lint

- name: 👷 Build packages
run: pnpm run -w build
run: pnpm run build

- name: 🧪 Test packages
run: pnpm run -w test
run: pnpm run test

0 comments on commit ca0af0b

Please sign in to comment.