Skip to content

Commit

Permalink
fix: installer testing
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Jan 24, 2025
1 parent 504313e commit 3754bf5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI_TestInstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on: [push]

jobs:
install:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.2.2

- name: Run Installer
run: |
sudo chmod +x installer.sh
sudo ./installer.sh
- name: Run Installer
run: |
sudo /bin/bash install.sh

0 comments on commit 3754bf5

Please sign in to comment.