mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
Merge bf8ca392d576874cb7d7f2725d4c416b6ed484b4 into 230611dbd0eb52da1e1f4f7bc8bb0c3a339fc8b7
This commit is contained in:
commit
d02cbbc8d7
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Build and Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request: null
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@ -11,9 +11,10 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12.x
|
||||
cache: npm
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user