Skip to content

Commit 4f17416

Browse files
committed
Fix
1 parent 578632d commit 4f17416

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- main
55
name: Build, Test, Deploy
66
jobs:
7-
compmile-test-lint:
7+
compile-test-lint:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: bright/github-workflows-examples/.github/actions/compile-test-lint@main
@@ -14,8 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
environment: staging
1616
needs:
17-
- lint
18-
- test
17+
- compile-test-lint
1918
steps:
2019
- run: echo 'Deploy to staging'
2120
name: "Deploy to staging"

0 commit comments

Comments
 (0)