Skip to content

Commit

Permalink
Suppress simulator email list popup
Browse files Browse the repository at this point in the history
This solves a timeout issue with running the tests on the latest version
of the simulator
  • Loading branch information
Nycto authored Nov 11, 2023
1 parent a30f359 commit d9c091a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
mkdir -p "$PD_INI_DIR"
export PD_INI_FILE="$PD_INI_DIR/Playdate Simulator.ini"
echo "ShowPerfWarning=0" > $PD_INI_FILE
echo "ShowElist=0" >> $PD_INI_FILE
echo "LastRelease=$(cat PlaydateSDK-*/VERSION.txt)" >> $PD_INI_FILE
- name: Run headless test
Expand Down

0 comments on commit d9c091a

Please sign in to comment.