diff --git a/.github/workflows/api-dependency-tests.yml b/.github/workflows/api-dependency-tests.yml index 8215d6a0dcb8..cb422ed9a45a 100644 --- a/.github/workflows/api-dependency-tests.yml +++ b/.github/workflows/api-dependency-tests.yml @@ -13,7 +13,7 @@ defaults: working-directory: api env: - FLAGSMITH_RBAC_REVISION: v0.3.1 + FLAGSMITH_RBAC_REVISION: v0.4.0 jobs: test: @@ -64,7 +64,7 @@ jobs: path: ./flagsmith-rbac - name: Integrate RBAC module - run: mv ./flagsmith-rbac/rbac ./api + run: mv $GITHUB_WORKSPACE/flagsmith-rbac/rbac . shell: bash - name: integrate rbac tests