Skip to content

Commit

Permalink
Renamed jobs to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Apr 8, 2021
1 parent 4892a18 commit 8062dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,7 +23,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: ["build"]
needs: ["test"]

# only for commits to the master branch
if: "github.ref == 'refs/heads/master'"
Expand Down

0 comments on commit 8062dc6

Please sign in to comment.