diff --git a/.gitea/workflows/qa-debug.yml b/.gitea/workflows/qa-debug.yml deleted file mode 100644 index 8655c8b..0000000 --- a/.gitea/workflows/qa-debug.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: QA Debug - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - prepare: - name: ๐Ÿ—๏ธ Prepare & Install - runs-on: docker - container: - image: catthehacker/ubuntu:act-latest - steps: - - name: ๐Ÿงน Clean Runner Infrastructure - run: | - docker builder prune -f --filter "until=24h" || true - docker image prune -f --filter "until=24h" || true - docker system prune -f --volumes --filter "until=24h" || true - - name: Checkout repository - uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 20 - - name: Setup pnpm - uses: pnpm/action-setup@v3 - with: - version: 10 - - name: ๐Ÿ” Registry Auth - run: | - REGISTRY="${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" - echo "@mintel:registry=https://$REGISTRY" > .npmrc - echo "//$REGISTRY/:_authToken=${{ secrets.REGISTRY_PASS || secrets.NPM_TOKEN }}" >> .npmrc - - name: ๐Ÿงน Wipe Workspace - run: | - rm -rf .next .turbo node_modules || true - pnpm store prune || true - - name: Install dependencies - run: | - pnpm install --frozen-lockfile diff --git a/.gitea/workflows/qa.yml b/.gitea/workflows/qa.yml index 8946603..bb40171 100644 --- a/.gitea/workflows/qa.yml +++ b/.gitea/workflows/qa.yml @@ -12,7 +12,7 @@ on: jobs: call-qa-workflow: - uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@hardened-cleanup + uses: mmintel/at-mintel/.gitea/workflows/quality-assurance-template.yml@main with: TARGET_URL: 'https://testing.mb-grid-solutions.com' PROJECT_NAME: 'mb-grid-solutions'