Skip to content

Commit

Permalink
Temporary workflow to test install-testmo action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jun 12, 2024
1 parent d5a0007 commit 3bdf885
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-install-testmo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: temp test for install-testmo
on:
push
jobs:
TEST:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./actions/install-testmo
- shell: bash
run: |
echo "Hello, world!"
echo "Node.js version: $(node --version)"
echo "npm version: $(npm --version)"
echo "testmo-cli version: $(testmo --version)"

0 comments on commit 3bdf885

Please sign in to comment.