Skip to content

Commit

Permalink
Attempt to fix CI Pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed Apr 18, 2024
1 parent dbcc26b commit cc4f6a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/flash-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
cd fixture/react-native
yarn
cd ios
bundle install
bundle exec pod install
- name: Build iOS
run: |
Expand All @@ -155,6 +156,11 @@ jobs:
steps:
- name: Repository checkout
uses: actions/checkout@v3
- name: Java setup
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17
- name: Node setup
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -199,6 +205,7 @@ jobs:
cd fixture/react-native
yarn
cd ios
bundle install
bundle exec pod install
- name: Build and Run e2e tests
run: |
Expand Down

0 comments on commit cc4f6a7

Please sign in to comment.