Skip to content

disable node in ci #174

disable node in ci

disable node in ci #174

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
workflow_call:
jobs:
test:
uses: TanklesXL/gleam_actions/.github/workflows/test.yaml@main
with:
gleam_version: 1.1.0
node_enabled: false
erlang_enabled: true