Skip to content

Commit

Permalink
Merge pull request #2257 from scratchfoundation/rd/update-babel-depen…
Browse files Browse the repository at this point in the history
…dencies

ci: babel and other updates
  • Loading branch information
Ron de las Alas authored Oct 18, 2023
2 parents 1ad519f + 95a285d commit 7cbacff
Show file tree
Hide file tree
Showing 3 changed files with 16,895 additions and 14,270 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand Down Expand Up @@ -41,7 +40,9 @@ jobs:
run: |
npm ci
mkdir -p ./test/results
- name: Lint and Test
- name: Run Lint
run: npm run lint
- name: Run Tests
run: npm run test
- name: Build
run: npm run build
Expand Down
Loading

0 comments on commit 7cbacff

Please sign in to comment.