Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfontes committed Aug 15, 2023
1 parent dbffe4f commit 5ee99aa
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test-e2e-bb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref || github.ref_name }}
- name: Create POM file for bb e2e tests
run: lein pom
- name: Run e2e tests
run: |
cd test/e2e/bb
echo `pwd`
echo dir1
ls ../../..
echo dir2
ls ../../..
bb test.clj
run: bb test.clj

0 comments on commit 5ee99aa

Please sign in to comment.