Skip to content

Commit

Permalink
paths?
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Mar 13, 2024
1 parent 864903f commit d05e83b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
strategy:
matrix:
include:
- name: PWD
command: pwd && ls /opt/warehouse/src/
- name: Tests
command: bin/tests --postgresql-host postgres
runs-on: ubuntu-latest
Expand All @@ -57,4 +59,6 @@ jobs:
name: ${{ matrix.name }}
steps:
- name: Run ${{ matrix.name }}
run: ${{ matrix.command }}
run: |
cd /opt/warehouse/src/
${{ matrix.command }}

0 comments on commit d05e83b

Please sign in to comment.