Skip to content

Commit

Permalink
Update openshift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpoTurunen authored Jun 24, 2024
1 parent 1572b10 commit 1c0c427
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
contents: read
packages: write


steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -27,13 +26,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest
- name: Log in to GHCR
env:
GHCR_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 1c0c427

Please sign in to comment.