Skip to content

Commit

Permalink
FATCORE ENSURE 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 5, 2024
1 parent c641c1d commit 3e98bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-release-tests-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
os: ${{ matrix.os }}
pkg: ${{ matrix.pkg }}
- name: Ensure core
run: |
ls -lsa dist
ls -lsa dist/@lando
run: ./dist/@lando/cli config --path fatcore

sign-n-deploy:
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
os: ${{ matrix.os }}
pkg: ${{ matrix.pkg }}
- name: Ensure core
run: |
ls -lsa dist
ls -lsa dist/@lando
run: ./dist/@lando/cli config --path fatcore

sign-n-deploy:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3e98bfc

Please sign in to comment.