From 9f716aea661c6ed0784edfd330c8a7833ba7d4bd Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup <56846598+binh-dam-ibigroup@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:57:50 -0400 Subject: [PATCH] ci(node-ci): Delete step building example project. --- .github/workflows/node-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 79874aecd..60d823d55 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -21,8 +21,6 @@ jobs: node-version: 16.x - name: Install npm packages using cache uses: bahmutov/npm-install@v1 - - name: Copy example config - run: cp example-config.yml config.yml - name: Lint code # Move everything from latest commit back to staged run: git reset --soft HEAD^ && yarn lint @@ -36,8 +34,6 @@ jobs: run: yarn check:i18n-en-fr - name: Run tests run: yarn unit - - name: Build example project - run: yarn build - name: Run a11y tests run: yarn a11y-test