Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor authored Sep 11, 2023
1 parent 17137f3 commit f9d6eab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: [push, pull_request]
jobs:
build:
environment:
name: testing
env:
ID: ${{secrets.ID}}
SECRET: ${{secrets.SECRET}}
KEY: ${{secrets.KEY}
name: testing
env:
ID: ${{secrets.ID}}
SECRET: ${{secrets.SECRET}}
KEY: ${{secrets.KEY}}

runs-on: ubuntu-latest
steps:
Expand All @@ -28,4 +28,4 @@ jobs:
run: pip install -r requirements.txt

- name: test with pytest
run: pytest
run: pytest

0 comments on commit f9d6eab

Please sign in to comment.