Josh Soref
cd4b67d0b4
Checkout: Update all workflows to use Checkout V4
2024-04-05 15:29:37 -04:00
André Bedran
eeb7d2860d
Removes " Simulator" substring from device name. ( #1470 )
2022-04-11 01:16:50 +05:30
Thomas Boop
1d9d6d7fb0
Update Actions to node16 ( #1469 )
...
* update actions
* address merge conflicts
* fix java updates
* update github script
* update cache to v3
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
2022-03-28 22:40:48 +05:30
Josh Gross
8ba0ca0797
Remove extra character ( #1023 )
2021-07-26 11:26:46 -04:00
DezorkIT
85b7086a46
Removed *`* because it crashes build
...
There was a mistake in [last commit](https://github.com/actions/starter-workflows/commit/5ac32fc0977190a464c62c63cad5fcb04067c34e ), that added additional *`* which causes this error
```
/Users/runner/work/_temp/2259bec8-2d05-441b-ada0-fad594134af2.sh: line 5: unexpected EOF while looking for matching ``'
14
Error: Process completed with exit code 2.
```
I just simply removed it.
2021-06-14 15:19:02 +03:00
Ken Luke
5ac32fc097
instruments is depreacted, update to use xcrun xctrace
...
The instruments command is deprecated as of Xcode 12 (https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes ). Updated to use the corresponding `xcrun` command.
2021-04-23 11:33:14 -07:00
Jai Govindani
1d9faa8666
fix(triggers): use $default-branch instead of hard-coding
...
Co-authored-by: Andy McKay <andymckay@github.com >
2020-08-22 15:06:07 +07:00
Jai Govindani
8086b89ce1
Set name of workflow to sentence case
...
Signed-off-by: Jai Govindani <jai@honestbank.com >
2020-08-22 15:05:59 +07:00
Jai Govindani
eb30c1ee37
Add iOS Starter Workflow
...
Signed-off-by: Jai Govindani <jai@honestbank.com >
2020-08-22 15:05:58 +07:00