Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Oct 3, 2024
1 parent b3f9e52 commit a3f939b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 47 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/mongo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:


jobs:
run-tests:
run-tests-3:
if: github.event_name == 'pull_request' && github.event.label.name == 'to be merged'
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
pip install -r src/erp/requirements.txt
pip install -r src/erp/requirements-dev.txt
pip install pymongo==3.13.0
pip install rq-scheduler
pip install destral
- name: Link addons
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mongo5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:


jobs:
run-tests:
run-tests-5:
if: github.event_name == 'pull_request' && github.event.label.name == 'to be merged'
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
pip install -r src/erp/requirements.txt
pip install -r src/erp/requirements-dev.txt
pip install pymongo==3.13.0
pip install rq-scheduler
pip install destral
- name: Link addons
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mongo8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:


jobs:
run-tests:
run-tests-8:
if: github.event_name == 'pull_request' && github.event.label.name == 'to be merged'
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
pip install -r src/erp/requirements.txt
pip install -r src/erp/requirements-dev.txt
pip install pymongo==3.13.0
pip install rq-scheduler
pip install destral
- name: Link addons
Expand Down
44 changes: 0 additions & 44 deletions .travis.yml

This file was deleted.

0 comments on commit a3f939b

Please sign in to comment.