Skip to content

Commit

Permalink
DEVOP-32: Clean up test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michperalbo-fsl committed May 20, 2024
1 parent cd2684d commit 5e69b49
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,8 @@ on: # rebuild any PRs and main branch changes
push:
branches:
- master
- DEVOP-32

jobs:
# build: # make sure build/ci work properly
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: 12
# - run: |
# npm install
# npm npm run build
# npm run pack
# npm run coverage

test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5e69b49

Please sign in to comment.