Skip to content

Commit 56d2c91

Browse files
authored
Merge pull request #17 from bats-core/test-workflow
Use reusable test workflow
2 parents a0e91f9 + 278a192 commit 56d2c91

2 files changed

Lines changed: 15 additions & 27 deletions

File tree

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test
2+
on:
3+
push:
4+
pull_request:
5+
schedule: [{ cron: "0 0 10 * *" }] # monthly https://crontab.guru/#0_0_10_*_*
6+
workflow_dispatch:
7+
8+
permissions: {}
9+
jobs:
10+
test:
11+
uses: bats-core/.github/.github/workflows/test.yml@main
12+
permissions:
13+
contents: read
14+
security-events: write
15+
id-token: write

.github/workflows/tests.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)