Skip to content

Commit

Permalink
Merge pull request #4 from viam-modules/fix-workflows
Browse files Browse the repository at this point in the history
fix workflows
  • Loading branch information
martha-johnston authored Dec 3, 2024
2 parents 422d77b + fb159ed commit 0b9735d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ on:

jobs:
test:
uses: viam-modules/ams/.github/workflows/test.yml@main
secrets:
MONGODB_TEST_OUTPUT_URI: ${{ secrets.MONGODB_TEST_OUTPUT_URI }}
DOCKER_PUBLIC_READONLY_PAT: ${{ secrets.DOCKER_PUBLIC_READONLY_PAT }}
uses: ./.github/workflows/test.yml

license_finder:
uses: ./.github/workflows/license_finder.yml

0 comments on commit 0b9735d

Please sign in to comment.