Skip to content

Merge pull request #15 from giard-alexandre/chore/remove-gh-packages #22

Merge pull request #15 from giard-alexandre/chore/remove-gh-packages

Merge pull request #15 from giard-alexandre/chore/remove-gh-packages #22

Workflow file for this run

name: Build
on:
push:
pull_request:
branches:
- '**:**'
jobs:
build:
name: 🏗 Build
uses: ./.github/workflows/call-build.yml
test:
name: 🧪 Test
needs:
- build
uses: ./.github/workflows/call-test.yml