Skip to content

Commit

Permalink
Create continuous integration test #3395 from fulldecent/patch-13
Browse files Browse the repository at this point in the history
Create continuous integration test
  • Loading branch information
freescout-helpdesk authored Sep 15, 2023
2 parents d06dbcb + d288f33 commit e30b9ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test

on: push

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Wget
run: sudo apt install wget
- name: Download install
run: wget https://raw.githubusercontent.com/freescout-helpdesk/scripts/master/install/ubuntu.sh
- name: chmod installer
run: chmod u+x ubuntu.sh
- name: Run installer
run: sudo ./ubuntu.sh

0 comments on commit e30b9ed

Please sign in to comment.