Skip to content

Commit

Permalink
update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Jan 16, 2025
1 parent 6807d48 commit ea873c4
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Install deps
run: npm i --workspaces

Expand All @@ -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}}
google_credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}

0 comments on commit ea873c4

Please # to comment.