Skip to content

Commit

Permalink
fix: upload all_movies.csv sample
Browse files Browse the repository at this point in the history
Otherwise tests fail on CI
  • Loading branch information
steve-chavez committed Dec 15, 2023
1 parent 682aa4f commit 4b11efe
Show file tree
Hide file tree
Showing 3 changed files with 62,395 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pg-version: ['12', '13', '14', '15', '16']
pg-version: ['16', '15', '14', '13', '12']

steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.zst
*.csv
*.o
.history
results/
Expand Down
Loading

0 comments on commit 4b11efe

Please sign in to comment.