Skip to content

Commit

Permalink
Fixed issue of pointing to wrong files for nightly runs (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos authored Jan 6, 2023
1 parent d8c564f commit c044d76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
lint-unit:
name: "Run chef lint tests"
uses: ./.github/workflows/lint-unit.yml
name: "Run Chef lint tests"
uses: ./.github/workflows/lint.yml

integration:
name: "Run chef integration tests"
uses: ./.github/workflows/integration.yml
name: "Run Chef integration tests"
uses: ./.github/workflows/ci.yml
secrets:
FALCON_CLIENT_ID: ${{ secrets.FALCON_CLIENT_ID }}
FALCON_CLIENT_SECRET: ${{ secrets.FALCON_CLIENT_SECRET }}
Expand Down

0 comments on commit c044d76

Please sign in to comment.