fix: remove typo that prevented GH Actions from picking up job
This commit is contained in:
parent
a778878cb1
commit
82e4009a0a
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Remove build file artifact
|
- name: Remove build file artifact
|
||||||
run: rm ./contributors
|
run: rm ./contributors
|
||||||
test-terraform:
|
test-terraform:
|
||||||
runs-on: ubuntu-latest/
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user