Skip to content

Commit

Permalink
revert latest change
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <dwertent@armosec.io>
  • Loading branch information
dwertent committed Apr 30, 2023
1 parent 09f855b commit 353a851
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,14 @@ jobs:

# main job of testing and building the env.
test_pr_checks:
name: Test PR checks
runs-on: ubuntu-latest
needs: [markdown-link-check]
permissions:
pull-requests: write
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
name: checkout repo content
with:
submodules: recursive
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
- uses: ./workflows/.github/workflows/go-basic-tests.yaml
with:
GO_VERSION: 1.19
BUILD_PATH: github.com/kubescape/regolibrary/gitregostore/...
uses: kubescape/workflows/.github/workflows/go-basic-tests.yaml@main
with:
GO_VERSION: 1.19
BUILD_PATH: github.com/kubescape/regolibrary/gitregostore/...
secrets: inherit


build-and-rego-test:
Expand Down

0 comments on commit 353a851

Please sign in to comment.