Skip to content
New issue

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

Add CI for MacOS #294

Closed
edouard-lopez opened this issue Oct 6, 2022 · 0 comments · Fixed by #340
Closed

Add CI for MacOS #294

edouard-lopez opened this issue Oct 6, 2022 · 0 comments · Fixed by #340
Labels
🚀 enhancement performance, UX or maintainability 🙏 help wanted needs PR or help on decision

Comments

@edouard-lopez
Copy link
Member

Actual

Previous job is failing with 3.5.1 with:

  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}

Expected

To have successful CI job for MacOS and latest Fish version

@edouard-lopez edouard-lopez added 🚀 enhancement performance, UX or maintainability 🙏 help wanted needs PR or help on decision labels Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement performance, UX or maintainability 🙏 help wanted needs PR or help on decision
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant