Skip to content

Commit

Permalink
Change shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Sep 28, 2023
1 parent 6de04f5 commit c11b91d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci

on:
push:
branches:
- feat/account-screen
pull_request_target:
branches:
- develop
Expand Down
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/zsh
set -eE
trap 'xcrun simctl delete "$DEVICE_ID"' ERR

Expand Down

0 comments on commit c11b91d

Please sign in to comment.