Skip to content

Commit

Permalink
Split misu into its own step
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Feb 15, 2024
1 parent ea76964 commit a9ccdfc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ jobs:
swift package --version
- name: Checkout
uses: actions/checkout@main
- name: Install and run tuist
- name: Install misu
run: |
curl https://mise.run | sh
misu install
- name: Run tuist
run: |
touch .env
echo "APP_NAME=Keyboard Cowboy" >> .env
echo -e "APP_SCHEME=Keyboard-Cowboy" >> .env
echo -e "APP_BUNDLE_IDENTIFIER=com.zenangst.Keyboard-Cowboy" >> .env
echo -e "TEAM_ID=XXXXXXXXXX" >> .env
echo -e "PACKAGE_DEVELOPMENT=false" >> .env
curl https://mise.run | sh
mise install
tuist fetch
tuist generate -n
- name: Run tests
Expand Down

0 comments on commit a9ccdfc

Please sign in to comment.