Accidentally called the test workflow "build" instead of "test" woops
This commit is contained in:
parent
1810edd225
commit
d9a408c9c5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
# Step 1: Check out the code
|
# Step 1: Check out the code
|
||||||
|
|
Loading…
Add table
Reference in a new issue