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

Run tests in the windows-latest CI action #19

Open
shnewto opened this issue Nov 11, 2023 · 0 comments
Open

Run tests in the windows-latest CI action #19

shnewto opened this issue Nov 11, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@shnewto
Copy link
Owner

shnewto commented Nov 11, 2023

atm the tests aren't being run for windows in our CI action here

windows-latest:
runs-on: windows-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: install elm
run: |
npm install -g elm
- name: build
run: |
elm make
# TODO: figure out why this fails and how to make it succeed when it's supposed to :)
# - name: install elm-test
# run: |
# npm install -g elm-test
# - name: test
# run: |
# elm-test

for reference, my attempt at running them in the action is commented out under that TODO and from what i've seen so far, the tests that are failing on windows are succeeding with the same random seed when I run locally on macos so I think there's just something else going on that I don't know about how windows does these things.

i don't have access to a windows machine so I can check to see if things would pass locally but I'd appreciate an assist from anyone who does and can help out!

@shnewto shnewto added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant