Skip to content

Commit

Permalink
chore: added local test script action
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 2, 2024
1 parent 2355c02 commit 847829a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/local-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Run Local Tests

on:
workflow_dispatch:

jobs:
test:
name: Run Local Tests
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

steps:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20.10.0"

- name: Action Test
uses: gentlementlegen/conversation-rewards@feat/cli-issue-url
with:
issue_url: "https://github.com/ubiquibot/comment-incentives/issues/22"

0 comments on commit 847829a

Please sign in to comment.