Skip to content

Commit

Permalink
Merge pull request #419 from zen-audio-player/new-workflow
Browse files Browse the repository at this point in the history
New CI file
  • Loading branch information
shakeelmohamed committed Aug 28, 2023
2 parents 0a83e61 + 9c41017 commit e3694e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node_js.yml → .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Node.js CI (new)

on:
push:
branches: [ $default-branch ]
branches: [ "main" ]
pull_request:
branches: [ $default-branch ]
branches: [ "main" ]

jobs:
build:
Expand All @@ -28,4 +28,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm test

0 comments on commit e3694e9

Please sign in to comment.