Skip to content

Commit

Permalink
attempt building php
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Apr 1, 2024
1 parent c8e351a commit 94b382b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Run Unit Tests
on:
pull_request:
branches:
- main
- v2
push:
branches:
- main
- v2
jobs:
unit-tests:
name: Unit Tests
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/build-cli.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: build-cli
on:
push:
branches:
- v2
pull_request:
branches:
- v2
jobs:
build-linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Build php
run: cli/build-php.sh

0 comments on commit 94b382b

Please sign in to comment.