Skip to content

Commit

Permalink
fix mv use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed Oct 25, 2023
1 parent 0fef415 commit 8642d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-dependency-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
working-directory: api

env:
FLAGSMITH_RBAC_REVISION: v0.3.1
FLAGSMITH_RBAC_REVISION: v0.4.0

jobs:
test:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8642d3c

Please sign in to comment.