mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-28 17:21:37 +00:00
Update test.yml
This commit is contained in:
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: tests
|
name: tests
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -21,5 +21,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
npm test
|
npm test
|
||||||
env:
|
|
||||||
CI: true
|
automerge:
|
||||||
|
needs: test
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: fastify/github-action-merge-dependabot@v1.1.1
|
||||||
|
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
|
||||||
|
with:
|
||||||
|
github-token: ${{secrets.github_token}}
|
||||||
|
|||||||
Reference in New Issue
Block a user