Skip to content

Commit

Permalink
Update Invalidations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Jul 25, 2024
1 parent bcd0dec commit fb66259
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:
with:
version: '1'
- uses: actions/checkout@v3
- uses: julia-actions/julia-buildpkg@v1
- run: |
import Pkg
p = Pkg.PackageSpec(name = "Example", version = "0.5", uuid = "7876af07-990d-54b4-ab0e-23690620f79a")
Pkg.add(p)
shell: julia {0}
# - uses: julia-actions/julia-invalidations@v1
- uses: ./
id: invs_pr
id: invs_pro
with:
test_script: 'import Example'

Expand Down

0 comments on commit fb66259

Please sign in to comment.