This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: 🎡 Remove build step from Github Actions
The existing npm/yarn build step runs node with app.js. This fails with the jspsych 7 dependency in place, because jspsych 7 tries to access the browser-only window. Instead of running this step, I think we can skip right to the test phase, and see everything running via jest.
- Loading branch information