Skip to content

Commit

Permalink
Update test-install-all.yml: remove mock env file for eduroam
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBoleac authored Jan 14, 2025
1 parent a905870 commit 0dbf161
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-install-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
sudo apt-get install -y wget curl sudo apt-transport-https gnupg2 snapd
- name: Create mock .env file for Eduroam
run: |
cat <<EOT > ./config/.env
EDUROAM_USERNAME="testuser"
EDUROAM_PASSWORD="testpassword"
EOT
#- name: Create mock .env file for Eduroam
# run: |
# cat <<EOT > ./config/.env
# EDUROAM_USERNAME="testuser"
# EDUROAM_PASSWORD="testpassword"
# EOT

- name: Run installation script with all software
run: |
Expand Down

0 comments on commit 0dbf161

Please sign in to comment.