parent
a3eb9248c6
commit
4c3dca912f
@ -2,9 +2,10 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
test1:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
context: .
|
||||
build: Dockerfile
|
||||
runs-on: host-arch-x86_64
|
||||
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