Skip to content

Commit

Permalink
point ci to changed branches
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Apr 29, 2022
1 parent c7828a3 commit 34a80ca
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 @@ -91,6 +91,7 @@ jobs:
downstream_tests:
strategy:
fail-fast: false
matrix:
downstream_project: [loopy, grudge, pytential, pytato]
name: Tests for downstream project ${{ matrix.downstream_project }}
Expand All @@ -103,6 +104,7 @@ jobs:
run: |
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
test_downstream "$DOWNSTREAM_PROJECT"
test_downstream "https://github.com/alexfikl/$DOWNSTREAM_PROJECT.git@equality-mapper"
# vim: sw=4

0 comments on commit 34a80ca

Please sign in to comment.