Skip to content

Commit

Permalink
ci: babel and other updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 17, 2023
1 parent 1ad519f commit da31c47
Show file tree
Hide file tree
Showing 3 changed files with 16,832 additions and 14,218 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Scratch Paint CI-CD
on:
pull_request: # Runs whenever a pull request is created or updated
push: # Runs whenever a commit is pushed to the repository...
branches: [master, develop, beta, hotfix/*] # ...on any of these branches
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
# branches: [master, develop, beta, hotfix/*] # ...on any of these branches

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand Down Expand Up @@ -39,7 +38,7 @@ jobs:
EOF
- name: Install NPM Dependencies
run: |
npm ci
npm install
mkdir -p ./test/results
- name: Lint and Test
run: npm run test
Expand Down
Loading

0 comments on commit da31c47

Please sign in to comment.