Skip to content

Commit 01143fc

Browse files
committed
fix paths
1 parent c490b09 commit 01143fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-test-fixtures.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
| tar -xz -C "$TMP_DIR"
2525
pwd
2626
ls -al $TMP_DIR
27-
ls -al "$TMP_DIR/dnsimple-developer-*/fixtures/v2/"
27+
ls -al "$TMP_DIR/dnsimple-developer-main/"
2828
ls -al spec/fixtures.http/
29-
rsync -a --delete "$TMP_DIR/dnsimple-developer-*/fixtures/v2/" spec/fixtures.http/
29+
rsync -a --delete "$TMP_DIR/dnsimple-developer-main/fixtures/v2/" spec/fixtures.http/
3030
ls -al spec/fixtures.http/
3131
- name: Run tests
3232
run: bundle exec rake

0 commit comments

Comments
 (0)