Skip to content

Commit

Permalink
skip testing images
Browse files Browse the repository at this point in the history
  • Loading branch information
extrange committed Jul 4, 2024
1 parent 5cff2ae commit e9c2c1c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/detect-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@ jobs:
- name: Update ${{ inputs.channel }}/
run: ./build.sh ${{ inputs.channel }} ${{ needs.check-new-version.outputs.build_version }}

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"

- name: Set up pdm
run: curl -sSL https://pdm-project.org/install-pdm.py | python3 -

- name: Update and sync dependencies
run: pdm update -u

- name: Build Docker image
run: |
docker build ${{ inputs.channel }} -t image
- name: Test ${{ inputs.channel }}
run: ./start-docker.sh && docker ps && pdm run pytest
env:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
# - name: Set up Python
# uses: actions/setup-python@v5
# with:
# python-version: "3.x"

# - name: Set up pdm
# run: curl -sSL https://pdm-project.org/install-pdm.py | python3 -

# - name: Update and sync dependencies
# run: pdm update -u

# - name: Build Docker image
# run: |
# docker build ${{ inputs.channel }} -t image

# - name: Test ${{ inputs.channel }}
# run: ./start-docker.sh && docker ps && pdm run pytest
# env:
# USERNAME: ${{ secrets.USERNAME }}
# PASSWORD: ${{ secrets.PASSWORD }}

- name: Commit with appropriate docker tag
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit e9c2c1c

Please sign in to comment.