Skip to content

Commit

Permalink
ci: adds name to simulator step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed Jul 7, 2024
1 parent 68e25f7 commit dade72c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
env:
ENV_FILE: ${{ secrets.ENV_FILE }}
run: printenv ENV_FILE > env.json
- uses: futureware-tech/simulator-action@v3
- name: Set up simulator
uses: futureware-tech/simulator-action@v3
with:
model: "iPhone 15"
- name: Run tests
Expand Down

0 comments on commit dade72c

Please sign in to comment.