mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 09:29:55 +01:00
Update test.yml
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -1,8 +1,9 @@
|
|||||||
name: Bastille_Testing
|
name: Bastille_Testing
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_review:
|
pull_request:
|
||||||
types: [submitted, edited]
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
if: ${{ github.event.pull_request.base.ref == 'master' }}
|
if: ${{ github.event.pull_request.base.ref == 'master' }}
|
||||||
@@ -20,10 +21,9 @@ jobs:
|
|||||||
envs: 'MYTOKEN MYTOKEN2'
|
envs: 'MYTOKEN MYTOKEN2'
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: |
|
prepare: |
|
||||||
pkg install -y curl
|
pkg install -y git
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
pkg install git
|
|
||||||
git clone https://github.com/BastilleBSD/rocinante.git
|
git clone https://github.com/BastilleBSD/rocinante.git
|
||||||
cd rocinante && make install
|
cd rocinante && make install
|
||||||
rocinante bootstrap https://github.com/BastilleBSD/rocinante.git
|
rocinante bootstrap https://github.com/BastilleBSD/rocinante.git
|
||||||
|
|||||||
Reference in New Issue
Block a user