Skip to content

Commit

Permalink
[WIP] dedicated GHA flow for terrarium packages
Browse files Browse the repository at this point in the history
  • Loading branch information
evilkost committed Nov 10, 2023
1 parent becb30b commit 7fad3d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terrarium_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
rm -rf ./.??* || true
- name: Checkout code
uses: actions/checkout@v4
- run: pwd
- run: ls -laht .
- run: ls -laht ..
- run: git config --global --add safe.directory /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}
- run: |
pip install --no-input poetry pytest
Expand Down

0 comments on commit 7fad3d3

Please sign in to comment.