Skip to content

Commit

Permalink
Pull tracing test data from separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
antekresic authored and niksajakovljevic committed Dec 7, 2021
1 parent 493efa2 commit d9c51d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pkg/migrations/migration_files_generated.go -diff
pkg/tests/testdata/traces-dataset.sz filter=lfs diff=lfs merge=lfs -text
12 changes: 4 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
lfs: true

- name: Checkout LFS objects
run: git lfs checkout
- name: Checkout test data files
run: wget https://github.com/timescale/promscale-test-data/raw/main/traces-dataset.sz -O pkg/tests/testdata/traces-dataset.sz

- name: Import environment variables
run: cat ".github/env" >> $GITHUB_ENV
Expand Down Expand Up @@ -101,11 +99,9 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
lfs: true

- name: Checkout LFS objects
run: git lfs checkout
- name: Checkout test data files
run: wget https://github.com/timescale/promscale-test-data/raw/main/traces-dataset.sz -O pkg/tests/testdata/traces-dataset.sz

- name: Import environment variables
run: cat ".github/env" >> $GITHUB_ENV
Expand Down
3 changes: 0 additions & 3 deletions pkg/tests/testdata/traces-dataset.sz

This file was deleted.

0 comments on commit d9c51d8

Please sign in to comment.