Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse committed Nov 19, 2024
1 parent d261a98 commit ab4e9bd
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/guidepup.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
name: SR automation

# on:
# push:
# branches:
# - master
on: push

jobs:
voiceover:
name: SR auto
runs-on: macos-latest
steps:
- name: Setup Environment
uses: guidepup/setup-action
uses: guidepup/setup-action@main

- name: Setup Node 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm

- name: Install Dependencies
run: npm install --ci

- name: Run test
run: node guidepup.test.cjs

0 comments on commit ab4e9bd

Please sign in to comment.