Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 #61

Bump actions/checkout from 4.1.4 to 4.1.5

Bump actions/checkout from 4.1.4 to 4.1.5 #61

Workflow file for this run

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