From ea873c484f96dd7fb59fd71a37332a859c29f400 Mon Sep 17 00:00:00 2001 From: sokari Date: Thu, 16 Jan 2025 14:14:29 +0100 Subject: [PATCH] update test.yaml --- .github/workflows/test.yaml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 967067f..1684ea3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - - name: Install deps run: npm i --workspaces @@ -32,31 +31,4 @@ jobs: prefix: 'pr-test' pr_comment : 'true' github_token: ${{secrets.GITHUB_TOKEN}} - google_credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} - test-output: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4.1.5 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' - - - name: Install deps - run: npm i --workspaces - - - name: Test Shared package - run: cd apps/shared && npm run test - - - name: Generate and deploy Allure Report - uses: cybersokari/allure-deployer-action@v1.5.1 - with: - allure_results_path: 'apps/shared/allure-results' - storage_bucket: ${{vars.STORAGE_BUCKET}} - show_history: true - retries: 10 - prefix: 'pr-test' - pr_comment: 'true' - output: allure-report - google_credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} - github_token: ${{secrets.PERSONAL_ACCESS_TOKEN}} \ No newline at end of file + google_credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} \ No newline at end of file