We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Previous job is failing with 3.5.1 with:
3.5.1
test-macos: name: Test on fish on MacOS runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Install Fish run: brew install fish - name: Install Fisher > Fishtape > Pure run: curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher jorgebucaran/fishtape ./ shell: fish {0} - name: Test Pure run: fishtape tests/*.test.fish shell: fish {0}
To have successful CI job for MacOS and latest Fish version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Actual
Previous job is failing with
3.5.1
with:Expected
To have successful CI job for MacOS and latest Fish version
The text was updated successfully, but these errors were encountered: