Skip to content

Commit

Permalink
Test in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Feb 11, 2025
1 parent b97ddf9 commit ceb9a5d
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
on: push
jobs:
test:
strategy:
matrix:
os: [ubuntu]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install-ci-test
# test:
# strategy:
# matrix:
# os: [ubuntu]
# runs-on: ${{ matrix.os }}-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: 22
# - run: npm install-ci-test

npm-publish:
if: startsWith(github.ref, 'refs/tags/v')
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ceb9a5d

Please sign in to comment.