Skip to content

Commit

Permalink
Try non-default workflow folders
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Feb 14, 2024
1 parent a7d6808 commit c1ddfe6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
name: Test
# needs: [deploys]
uses: bcgov/quickstart-openshift-helpers/test.yml@main
secrets:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: helm
packages: backend frontend migrations
# secrets:
# oc_namespace: ${{ vars.OC_NAMESPACE }}
# oc_token: ${{ secrets.OC_TOKEN }}
# with:
# cleanup: helm
# packages: backend frontend migrations

# validate:
# name: Validate
Expand Down

0 comments on commit c1ddfe6

Please sign in to comment.