Skip to content

Commit

Permalink
Update Snippet doc testing image and remove useless job matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed May 17, 2024
1 parent efc1dd8 commit 8b6cd9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/doc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- CONFIG_FILE=/mnt/.ci/doc/config.yml

doc-runner-node:
image: node:12-alpine
image: node:18-alpine
command: >
ash -c '
mkdir -p /var/snippets/node;
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pull_request.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ jobs:
name: Documentation Snippet Tests
needs: [unit-tests]
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: ["16", "18"]
steps:
- uses: actions/checkout@v3
- name: Cache node modules
Expand All @@ -103,7 +100,7 @@ jobs:
${{ runner.os }}-
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: '18'
- uses: ./.github/actions/snippet-tests
with:
CYPRESS_RECORD_KEY_DOC: ${{ secrets.CYPRESS_RECORD_KEY_DOC }}

0 comments on commit 8b6cd9d

Please sign in to comment.