Skip to content

Commit

Permalink
fix(dev): testing if the workflow fixes itself
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken committed Nov 22, 2023
1 parent c179a86 commit aa68572
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
run: dart analyze --fatal-infos

# Testing pro jidelna.trebesin.cz
- name: Credentials pro jidelna.trebesin.cz
run: |
echo "URL= 'jidelna.trebesin.cz'" > .env
echo "USER= '${{ secrets.USER1 }}'" >> .env
echo "PASS= '${{ secrets.PASS1 }}'" >> .env
- name: test pro jidelna.trebesin.cz
run: dart test
#- name: Credentials pro jidelna.trebesin.cz
# run: |
# echo "URL= 'jidelna.trebesin.cz'" > .env
# echo "USER= '${{ secrets.USER1 }}'" >> .env
# echo "PASS= '${{ secrets.PASS1 }}'" >> .env

#- name: test pro jidelna.trebesin.cz
# run: dart test

# Testing pro obedy.zs-mat5.cz
- name: Credentials pro obedy.zs-mat5.cz
Expand Down

0 comments on commit aa68572

Please sign in to comment.