Skip to content

Commit

Permalink
Merge pull request #427 from tnir/tnir/test
Browse files Browse the repository at this point in the history
Use 'test' as workflow name on Actions
  • Loading branch information
hsbt committed May 16, 2022
2 parents 4f7ef61 + c48b94d commit fc1fdb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
@@ -1,9 +1,9 @@
name: ubuntu
name: test

on: [push, pull_request]

jobs:
build:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit fc1fdb6

Please sign in to comment.