Skip to content

Commit

Permalink
remove leading slash
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsilv committed Oct 23, 2023
1 parent c4ed743 commit 344140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Copy RACs for mack server
run: |
mkdir -p api/randomized_assignment/v3/config
cp eppo/src/androidTest/assets/*.json /api/randomized_assignment/v3/config
cp eppo/src/androidTest/assets/*.json api/randomized_assignment/v3/config
- name: Set up mock RAC server
uses: Eun/http-server-action@v1
with:
Expand Down

0 comments on commit 344140d

Please sign in to comment.