diff --git a/templates/basic/.github/workflows/main.yml b/templates/basic/.github/workflows/main.yml index 3ce3e4023..d40f0f8f6 100644 --- a/templates/basic/.github/workflows/main.yml +++ b/templates/basic/.github/workflows/main.yml @@ -23,20 +23,12 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - env: - CI: true - name: Lint run: yarn lint - env: - CI: true - name: Test run: yarn test --ci --coverage --maxWorkers=2 - env: - CI: true - name: Build run: yarn build - env: - CI: true diff --git a/templates/react-with-storybook/.github/workflows/main.yml b/templates/react-with-storybook/.github/workflows/main.yml index 3ce3e4023..d40f0f8f6 100644 --- a/templates/react-with-storybook/.github/workflows/main.yml +++ b/templates/react-with-storybook/.github/workflows/main.yml @@ -23,20 +23,12 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - env: - CI: true - name: Lint run: yarn lint - env: - CI: true - name: Test run: yarn test --ci --coverage --maxWorkers=2 - env: - CI: true - name: Build run: yarn build - env: - CI: true diff --git a/templates/react/.github/workflows/main.yml b/templates/react/.github/workflows/main.yml index 3ce3e4023..d40f0f8f6 100644 --- a/templates/react/.github/workflows/main.yml +++ b/templates/react/.github/workflows/main.yml @@ -23,20 +23,12 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - env: - CI: true - name: Lint run: yarn lint - env: - CI: true - name: Test run: yarn test --ci --coverage --maxWorkers=2 - env: - CI: true - name: Build run: yarn build - env: - CI: true