We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe8fd2 commit 86737d7Copy full SHA for 86737d7
1 file changed
.github/workflows/ci.yml
@@ -6,9 +6,6 @@ on:
6
pull_request:
7
branches: [main]
8
9
-env:
10
- USE_CCACHE: 1
11
-
12
jobs:
13
build-lint:
14
name: Build & static code analysis
@@ -100,9 +97,6 @@ jobs:
100
97
node-version: 'lts/*'
101
98
cache: 'yarn'
102
99
103
- - name: Restore ccache
104
- uses: hendrikmuhs/ccache-action@v1.2
105
106
- name: Setup Ruby
107
uses: ruby/setup-ruby@v1
108
with:
@@ -129,15 +123,6 @@ jobs:
129
123
cd apps/TesterIntegrated/swift
130
124
pod install
131
125
132
- - name: Restore iOS build cache
133
- uses: actions/cache@v5
134
- with:
135
- path: |
136
- apps/TesterIntegrated/swift/build
137
- key: ${{ runner.os }}-tester-ios-build-${{ github.sha }}
138
- restore-keys: |
139
- ${{ runner.os }}-tester-ios-build-
140
141
126
- name: Build integrated iOS tester app
142
127
run: |
143
128
yarn run build:tester-integrated:ios
0 commit comments