mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 03:23:11 +00:00
Running tests on main
, removing commit
This commit is contained in:
parent
7a1cc85494
commit
515b9c044e
2 changed files with 1 additions and 6 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -19,10 +19,6 @@ jobs:
|
|||
with:
|
||||
node-version: 18.12.0
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- name: Set git user name/email
|
||||
run: |
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "Github Actions Bot"
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Build
|
||||
|
@ -35,5 +31,3 @@ jobs:
|
|||
- name: Publish @latest
|
||||
run: npm publish
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
- name: Commit changes
|
||||
run: git push && git push --tags
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
jobs:
|
||||
run-tests:
|
||||
name: All tests
|
||||
|
|
Loading…
Reference in a new issue