diff options
| author | 2021-10-23 11:25:18 +0900 | |
|---|---|---|
| committer | 2021-10-23 11:25:18 +0900 | |
| commit | 650b62b2223e2a373d271c2a5b76fab5e68880ea (patch) | |
| tree | 7e030363827ebff8c0c7656d4438e072cdb75ce8 /.github | |
| parent | Merge pull request #52 from pyrmont/feature.add-ci-tests (diff) | |
Add badge to README
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9104fa1..362f776 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: test +name: Test on: push: @@ -7,7 +7,7 @@ on: branches: [ master ] jobs: - build: + test: runs-on: ubuntu-latest |
