Skip to content

Commit

Permalink
temp: disable rbac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed Jun 7, 2024
1 parent f1c2559 commit 488a9ed
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/api-tests-with-private-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: make install-packages

- name: Checkout rbac package
uses: actions/checkout@v4
with:
repository: flagsmith/flagsmith-rbac
token: ${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}
ref: ${{ env.FLAGSMITH_RBAC_REVISION }}
path: ./flagsmith-rbac
# - name: Checkout rbac package
# uses: actions/checkout@v4
# with:
# repository: flagsmith/flagsmith-rbac
# token: ${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}
# ref: ${{ env.FLAGSMITH_RBAC_REVISION }}
# path: ./flagsmith-rbac

- name: Integrate RBAC module
run: mv $GITHUB_WORKSPACE/flagsmith-rbac/rbac .
shell: bash
# - name: Integrate RBAC module
# run: mv $GITHUB_WORKSPACE/flagsmith-rbac/rbac .
# shell: bash

- name: integrate rbac tests
run: ln -s $GITHUB_WORKSPACE/flagsmith-rbac/tests tests/rbac_tests
shell: bash
working-directory: api
# - name: integrate rbac tests
# run: ln -s $GITHUB_WORKSPACE/flagsmith-rbac/tests tests/rbac_tests
# shell: bash
# working-directory: api

- name: Run Tests
env:
Expand Down

0 comments on commit 488a9ed

Please sign in to comment.