There was an error while loading. Please reload this page.
1 parent c490b09 commit 01143fcCopy full SHA for 01143fc
1 file changed
.github/workflows/sync-test-fixtures.yml
@@ -24,9 +24,9 @@ jobs:
24
| tar -xz -C "$TMP_DIR"
25
pwd
26
ls -al $TMP_DIR
27
- ls -al "$TMP_DIR/dnsimple-developer-*/fixtures/v2/"
+ ls -al "$TMP_DIR/dnsimple-developer-main/"
28
ls -al spec/fixtures.http/
29
- rsync -a --delete "$TMP_DIR/dnsimple-developer-*/fixtures/v2/" spec/fixtures.http/
+ rsync -a --delete "$TMP_DIR/dnsimple-developer-main/fixtures/v2/" spec/fixtures.http/
30
31
- name: Run tests
32
run: bundle exec rake
0 commit comments