Skip to content

Commit 6d6fed7

Browse files
committed
AG-13989 Migrate CI to GH Actions
1 parent 7c3699a commit 6d6fed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
id: test-no-shard
224224
run: yarn nx ${{ github.event.inputs.nx_command || 'affected' }} -t test:e2e --configuration=ci --exclude 'tag:sharding' --exclude all
225225

226-
# - name: Perist test results
226+
# - name: Persist test results
227227
# if: always()
228228
# uses: actions/upload-artifact@v4
229229
# with:
@@ -235,7 +235,7 @@ jobs:
235235
runs-on: ubuntu-latest
236236
name: Docs Build & Link Checker
237237
needs: build_lint
238-
if: needs.build_lint.result == 'success' && github.event.inputs.run_docs == 'true'
238+
if: needs.build_lint.result == 'success' && ${{ github.event.inputs.run_e2e }}
239239
strategy:
240240
fail-fast: false
241241
env:
@@ -261,7 +261,7 @@ jobs:
261261
- name: docs build and link checker
262262
run: CHECK_LINKS=true CHECK_REDIRECTS=true yarn nx run ag-grid-docs:build -c staging
263263

264-
# - name: Perist test results
264+
# - name: Persist test results
265265
# if: always()
266266
# uses: actions/upload-artifact@v4
267267
# with:

0 commit comments

Comments
 (0)