prep for v2 as a result of the gleam 1.5 release #231
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: Test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_call: | |
jobs: | |
test: | |
uses: TanklesXL/gleam_actions/.github/workflows/test.yaml@main | |
with: | |
gleam_version: 1.4.1 | |
test_node: false | |
test_erlang: true |