mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: add iOS integration test CI (#4822)
This commit is contained in:
@ -1,13 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
no_pub_get=false
|
||||
|
||||
while getopts 's' flag; do
|
||||
case "${flag}" in
|
||||
s) no_pub_get=true ;;
|
||||
esac
|
||||
done
|
||||
|
||||
echo "Generating flowy icon files"
|
||||
|
||||
# Store the current working directory
|
||||
|
Reference in New Issue
Block a user