Update test.yml

This commit is contained in:
Barry McCormick
2025-05-25 17:48:12 -07:00
committed by GitHub
parent a6c966f867
commit 998a726dfb

View File

@@ -1,8 +1,9 @@
name: Bastille_Testing
on:
pull_request_review:
types: [submitted, edited]
pull_request:
branches:
- master
jobs:
test:
if: ${{ github.event.pull_request.base.ref == 'master' }}
@@ -20,10 +21,9 @@ jobs:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
prepare: |
pkg install -y curl
pkg install -y git
run: |
pkg install git
git clone https://github.com/BastilleBSD/rocinante.git
cd rocinante && make install
rocinante bootstrap https://github.com/BastilleBSD/rocinante.git