From 108e55f5f9a09353442f47bd3177b1638d36ab2b Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Wed, 3 Apr 2024 02:10:40 +0900 Subject: [PATCH] Create local-test.yml --- .github/workflows/local-test.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/local-test.yml diff --git a/.github/workflows/local-test.yml b/.github/workflows/local-test.yml new file mode 100644 index 00000000..52d5c2e8 --- /dev/null +++ b/.github/workflows/local-test.yml @@ -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"