Skip to content

Commit

Permalink
chore: fix failing tests, update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Feb 18, 2024
1 parent 762d73c commit b4fcc86
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ on:
branches: [ "master" ]

jobs:
build:
name: Build
run-scripts:
name: Run scripts
runs-on: ubuntu-22.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Tweak options to run on GitHub
run: |
# Github runners already have a "admin" group.
sed -i 's/ADMIN_USER="admin"/ADMIN_USER="dummy-admin"/g' vars.sh
# Runs a single command using the runners shell
- name: Run the scripts
run: |
sudo bash install.sh
sudo ./install.sh

0 comments on commit b4fcc86

Please sign in to comment.