Skip to content

Commit

Permalink
revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Nov 23, 2022
1 parent 0174dcb commit 420dba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/actions/composite/setupNode/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ description: Set up Node
runs:
using: composite
steps:

- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
fetch-depth: 0

- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Build and deploy apps for testing

on:
workflow_run:
workflows: [Jest Unit Tests]
types:
- completed
pull_request:

env:
DEVELOPER_DIR: /Applications/Xcode_14.0.1.app/Contents/Developer
Expand Down

0 comments on commit 420dba9

Please sign in to comment.