Skip to content

Commit

Permalink
fix workflow ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jan 5, 2025
1 parent c9ee47e commit 35d84e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
secrets:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
test-agixt-postgres:
uses: josh-xt/AGiXT/.github/workflows/operation-test-with-jupyter.yml@main
uses: ./.github/workflows/tests.yml
with:
notebook: tests/endpoint-tests.ipynb
image: ${{ needs.build.outputs.primary-image }}
Expand All @@ -37,7 +37,7 @@ jobs:
report-name: "agixt-postgres-tests"
needs: build
test-agixt-sqlite:
uses: josh-xt/AGiXT/.github/workflows/operation-test-with-jupyter.yml@main
uses: ./.github/workflows/tests.yml
with:
notebook: tests/endpoint-tests.ipynb
image: ${{ needs.build.outputs.primary-image }}
Expand Down

0 comments on commit 35d84e0

Please sign in to comment.