Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Invalid workflow file
The workflow is not valid. .github/workflows/builds.yml (Line: 94, Col: 15): 'run' is already defined
  • Loading branch information
adrelanos committed Nov 4, 2023
1 parent f534975 commit e98e75f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
run: sudo -u user -- usr/bin/dist-installer-cli --non-interactive --log-level=debug --no-boot --dev --ci --virtualbox-only --oracle-repo
- name: Run VirtualBox Installer - back to default repository
run: sudo -u user -- usr/bin/dist-installer-cli --non-interactive --log-level=debug --no-boot --dev --ci --virtualbox-only
run: sudo -u user -- usr/bin/dist-installer-cli --non-interactive --log-level=debug --no-boot --dev --ci --virtualbox-only --onion
## When `source`d the script should exit in less than a second because it should not perform actual work.
## If it was running longer that would mean that it can no longer be `source`d without actually running.
- name: Run Bash to test 'source'ing the script
Expand Down

0 comments on commit e98e75f

Please sign in to comment.