mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
test:
1, migrate from travis CI to github actions; 2, migrate from coveralls to codecov.
This commit is contained in:
4
.github/workflows/integration_test.yml
vendored
4
.github/workflows/integration_test.yml
vendored
@@ -3,7 +3,7 @@ name: integration_test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
integration_test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
poetry --version
|
||||
poetry install -vvv
|
||||
poetry install -vv
|
||||
- name: Test package installation
|
||||
run: |
|
||||
poetry build
|
||||
|
||||
Reference in New Issue
Block a user