Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Dec 15, 2023
1 parent ecd4c72 commit b7122b0
Show file tree
Hide file tree
Showing 3 changed files with 62,392 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v4
#- name: huh
#run: ls -la
#working-directory: ${{ github.workspace }}/tmp
- name: debug 1
run: |
pwd
tree
file /home/runner/work/pg_bzip/pg_bzip/test/samples/all_movies.csv
file ./test/samples/all_movies.csv
- uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: debug 2
run: |
pwd
tree
file /home/runner/work/pg_bzip/pg_bzip/test/samples/all_movies.csv
file ./test/samples/all_movies.csv
- name: Run tests
run: nix-shell --run "with-pg-${{ matrix.pg-version }} make installcheck"
- if: ${{ failure() }}
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 b7122b0

Please sign in to comment.