Skip to content

Update rebar.lock alongside rebar.config #11

Update rebar.lock alongside rebar.config

Update rebar.lock alongside rebar.config #11

Workflow file for this run

---
name: CI
"on": [push, workflow_dispatch]
jobs:
ci:
name: CI
strategy:
fail-fast: false
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: erlef/[email protected]
with:
version-type: strict
version-file: .tool-versions
- run: rebar3 ci
- run: rebar3 fmt --check
- run: |
sudo apt-get -y update
sudo apt-get -y install shelltestrunner
rebar3 release
_build/default/rel/simpler_cowboy_rest/bin/simpler_cowboy_rest daemon
shelltest tests/example.test