Merge pull request #20 from nakagami/negative_integer_param #96
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: Erlang CI Fb25 | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
name: Build and test | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v3 | |
- name: Setup FirebirdSQL container | |
uses: juarezr/[email protected] | |
with: | |
version: '2.5-ss' | |
isc_password: "masterkey" | |
- name: Run tests | |
run: rebar3 eunit |