Skip to content

Commit

Permalink
Emergency fixes to get build green again
Browse files Browse the repository at this point in the history
Accidentally broke the build with a bad release 💔
  • Loading branch information
Bowens20832 committed Dec 27, 2023
1 parent 4de3691 commit ee60f78
Show file tree
Hide file tree
Showing 5 changed files with 429 additions and 1,001 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/install_and_test_elegant_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Install Elegant Package Dependencies
run: cd source/elegant && npm install --legacy-peer-deps

# Finally, run our tests
# Verify that the project builds without errors
- name: Build the core Elegant project
run: cd source/elegant && npm run build

# Finally, run our CI tests
- name: Run the tests
run: npm run test:ci
Loading

0 comments on commit ee60f78

Please sign in to comment.