Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd authored Nov 8, 2022
1 parent a5273af commit 1cd6315
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 @@ -49,7 +49,7 @@ jobs:

# Run language server tests.
lsp-tests:
uses: lf-lang/lingua-franca/.github/workflows/lsp-tests.yml@fix-python-tests
uses: lf-lang/lingua-franca/.github/workflows/lsp-tests.yml@master
needs: cancel

# Run the C integration tests.
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

# Run the Python integration tests.
py-tests:
uses: lf-lang/lingua-franca/.github/workflows/py-tests.yml@fix-python-tests
uses: lf-lang/lingua-franca/.github/workflows/py-tests.yml@master
needs: cancel

# Run the Rust integration tests.
Expand Down

0 comments on commit 1cd6315

Please sign in to comment.