Skip to content

Commit

Permalink
Do stuff on this branch!
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Jan 15, 2024
1 parent 621efaa commit 29b8ecc
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Testops Report PUSH
on:
push:
branches:
- master
- clare-experiment-1

jobs:
deploy:
Expand Down Expand Up @@ -38,11 +38,6 @@ jobs:
echo "TESTRAIL_PASSWORD=${{ secrets.TESTRAIL_PASSWORD }}" >> $GITHUB_ENV
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
#- name: Update DB - test runs
# run: python ./__main__.py --report-type test-run-counts --project fenix --start-date 2021-08-15 --end-date 2021-10-01

- name: Update DB - test coverage
#run: python ./__main__.py --report-type test-case-coverage --project ALL
run: python ./__main__.py --report-type test-case-coverage --project fenix

- name: Do Stuff!
run: echo "Hello world!"

0 comments on commit 29b8ecc

Please sign in to comment.