thanks Bash (missing quotes in boolean tests for undefined variables) #508
Workflow file for this run
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: 🧪 Tests | |
on: | |
pull_request: | |
paths-ignore: | |
- "**.md" | |
push: | |
branches: | |
- main | |
- nightly | |
jobs: | |
tests: | |
uses: ./.github/workflows/nupm-tests.yml | |
with: | |
nu_version: "0.88.1" | |
nupm_revision: "6a9618fa21453bca4000ac33707b7aace0da35c7" |