Skip to content

Bump actions/checkout from 4.1.3 to 4.1.4 (#83) #60

Bump actions/checkout from 4.1.3 to 4.1.4 (#83)

Bump actions/checkout from 4.1.3 to 4.1.4 (#83) #60

name: Run CT
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c
with:
otp-version: "25.3"
rebar3-version: "3.22"
- run: SOURCE_PATH=$(pwd) rebar3 ct