parent
a3eb9248c6
commit
4c3dca912f
@ -2,9 +2,10 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test1:
|
test1:
|
||||||
runs-on: ubuntu-latest
|
runs-on: host-arch-x86_64
|
||||||
container:
|
|
||||||
context: .
|
|
||||||
build: Dockerfile
|
|
||||||
steps:
|
steps:
|
||||||
- run: "/test.sh"
|
- name: Clone repository
|
||||||
|
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: ./test.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user