Skip to content

Commit

Permalink
asdfl
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Oct 12, 2023
1 parent e71ae36 commit 3084127
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
build_test:
uses: SoloJacobs/test_ci/.github/workflows/test.yml@main
download:
- uses: actions/download-artifact@v3
with:
name: my-artifact
needs: build_test
steps:
- uses: actions/download-artifact@v3
with:
name: my-artifact

0 comments on commit 3084127

Please sign in to comment.