You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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!
The text was updated successfully, but these errors were encountered:
atm the tests aren't being run for windows in our CI action here
pgn/.github/workflows/ci.yaml
Lines 39 to 56 in b976422
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!
The text was updated successfully, but these errors were encountered: