Skip to content

Commit

Permalink
CI: Add Build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Apr 22, 2023
1 parent c907886 commit afd4e1a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Tests

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

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

# Runs a single command using the runners shell
- name: Run the scripts
run: |
sudo bash install.sh

0 comments on commit afd4e1a

Please sign in to comment.