Skip to content

Commit

Permalink
pentest gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Privat33r-dev committed May 4, 2024
1 parent bb11176 commit cc83a00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- main

env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.10${{ secrets.DOCKERHUB_USERNAME }}"
NODE_VERSION: "20"
MODULE_NAME: clairvoyance
MIN_TEST_COV: 0
Expand Down Expand Up @@ -52,9 +52,9 @@ jobs:
- name: Setup Python ${{ env.PYTHON_VERSION }} and resolve Poetry dependencies
uses: Privat33r-dev/pymonster@master
with:
python-version: ${{ env.PYTHON_VERSION }}
python-version: ${{ secrets.DOCKERHUB_USERNAME }}

- name: "Setup NodeJS ${{ env.NODE_VERSION }} (test: ${{ secrets.DOCKERHUB_USERNAME }})"
- name: "Setup NodeJS ${{ env.NODE_VERSION }}"
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit cc83a00

Please sign in to comment.