Fix: Readme #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI for Rebill Bluebox | |
on: push | |
jobs: | |
test: | |
name: "Build and test" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Install | |
run: ./batect setup | |
- name: Unit tests | |
run: ./batect test | |
- name: Integration tests | |
run: ./batect e2e |