Skip to content

Commit

Permalink
tweak ci action for v3 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
heldinz committed Sep 7, 2023
1 parent 2dec11d commit f47e211
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: CI

on:
push:
branches:
- "*"
branches: "*"

jobs:
build:
name: Install + Test + Build
runs-on: ubuntu-latest
name: Install + Build + Test
container: node:16.13-alpine
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: yarn
- run: yarn test
- run: yarn build
- run: yarn test

0 comments on commit f47e211

Please sign in to comment.