Skip to content

chore(upgrade): upgrade to latest Carbon for IBM.com #755

chore(upgrade): upgrade to latest Carbon for IBM.com

chore(upgrade): upgrade to latest Carbon for IBM.com #755

Workflow file for this run

name: e2e-tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: e2e-tests-${{ github.ref }}
cancel-in-progress: true
jobs:
nextjs-test:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: ['18.x']
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Grab latest canary release
run: yarn update-canary
- name: Build project
run: yarn build
- name: Run e2e tests
run: yarn test:e2e:local:no-percy