Skip to content

Commit

Permalink
change default API url to test stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed May 20, 2024
1 parent 9c1d9a5 commit b64a337
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
push:
paths:
- .github/workflows/test_backend.yml
# - govtool/backend
# - tests/govtool-backend
branches:
- test
- chore/update-backend-workflow

schedule:
- cron: "0 0 * * *"
workflow_dispatch:
inputs:
deployment:
Expand Down Expand Up @@ -44,14 +43,12 @@ jobs:

- name: Upload report
uses: actions/upload-artifact@v3
if: always()
with:
name: allure-results
path: tests/govtool-backend/allure-results

publish-report:
runs-on: ubuntu-latest
if: always()
needs: backend-tests
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -92,7 +89,6 @@ jobs:
- name: Build report
uses: simple-elf/allure-report-action@master
if: always()
id: allure-report
with:
allure_results: allure-results
Expand Down

0 comments on commit b64a337

Please sign in to comment.