From 9a03f2f812a33e3cfbf8404b9afc967504f75dc2 Mon Sep 17 00:00:00 2001 From: Daniel Turcich Date: Fri, 9 Aug 2024 23:02:04 -0400 Subject: [PATCH] testing ci changes --- .github/workflows/ci.yml | 9 --------- .github/workflows/code_quality.yml | 9 --------- .github/workflows/update-api.yml | 9 --------- 3 files changed, 27 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d118af3b..772c846f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,16 +60,7 @@ jobs: - name: Copy `.env.test` -> `.env` run: cp .env.test .env - - name: Cache build - uses: actions/cache@v4 - id: cache-build - with: - path: .nuxt/ - key: ${{ runner.os }}-build-${{ hashFiles('**/.nuxt') }} - restore-keys: ${{ runner.os }}-build- - - name: Build the `.nuxt` directory - if: steps.cache-build.outputs.cache-hit != 'true' run: pnpm build - name: Tests diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index f9fa54c2..42429545 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -50,16 +50,7 @@ jobs: - name: Copy `.env.test` -> `.env` run: cp .env.test .env - # - name: Cache build - # uses: actions/cache@v4 - # id: cache-build - # with: - # path: .nuxt/ - # key: ${{ runner.os }}-build-${{ hashFiles('**/.nuxt') }} - # restore-keys: ${{ runner.os }}-build- - - name: Build the `.nuxt` directory - # if: steps.cache-build.outputs.cache-hit != 'true' run: pnpm build - name: Linting diff --git a/.github/workflows/update-api.yml b/.github/workflows/update-api.yml index 01522537..a23db175 100644 --- a/.github/workflows/update-api.yml +++ b/.github/workflows/update-api.yml @@ -51,16 +51,7 @@ jobs: - name: Copy `.env.test` -> `.env` run: cp .env.test .env - - name: Cache build - uses: actions/cache@v4 - id: cache-build - with: - path: .nuxt/ - key: ${{ runner.os }}-build-${{ hashFiles('**/.nuxt') }} - restore-keys: ${{ runner.os }}-build- - - name: Build the `.nuxt` directory - if: steps.cache-build.outputs.cache-hit != 'true' run: pnpm build - name: Run the API generation