Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Feb 28, 2024
1 parent c1f68bf commit 75113e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/publish.yml

This file was deleted.

11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test
name: Build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
types: [ opened, reopened, synchronize ]
push:
branches: [ main ]

jobs:
build:
Expand All @@ -16,5 +16,4 @@ jobs:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: cd dev && yarn install
- run: yarn test
- run: yarn build

0 comments on commit 75113e9

Please sign in to comment.