Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
added checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Sep 12, 2024
1 parent b38101d commit e7964ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:

container-build:
runs-on: ubuntu-latest
needs: test # Only run if tests pass

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Invoke Container Build Workflow
uses: ./.github/workflows/container-build.yml
with:
Expand Down

0 comments on commit e7964ee

Please sign in to comment.