Skip to content

Commit

Permalink
Change to node script
Browse files Browse the repository at this point in the history
  • Loading branch information
jwartofsky-yext committed Oct 15, 2023
1 parent ee6b5fb commit df73c59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
ssh-key: ${{ secrets.JSTEST_PRIVATE_SSH_KEY }}
path: jstest

- name: Shell test
run: chmod +x ./scripts/install_and_test.sh && ./scripts/install_and_test.sh
# - name: Shell test
# run: chmod +x ./scripts/install_and_test.sh && ./scripts/install_and_test.sh
- name: Node test
run: node ./scripts/install_and_test.js



Expand Down
1 change: 1 addition & 0 deletions packages/pages/scripts/install_and_test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello world!");
2 changes: 0 additions & 2 deletions packages/pages/scripts/install_and_test.sh

This file was deleted.

0 comments on commit df73c59

Please sign in to comment.