mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-15 23:55:57 +00:00
Forgot about this
This commit is contained in:
parent
623cd1c556
commit
c75ea1b07b
@ -12,8 +12,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: 'http://gitea:3000'
|
||||
- uses: docker/metadata-action@v5
|
||||
id: meta
|
||||
with:
|
||||
|
||||
@ -5,8 +5,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: 'http://gitea:3000'
|
||||
- run: pipx install poetry
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
|
||||
@ -5,7 +5,5 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: 'http://gitea:3000'
|
||||
- run: docker compose -f test.yml up --exit-code-from tests
|
||||
- uses: codecov/codecov-action@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user