Skip to content

Commit

Permalink
adds github testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shelane committed Sep 14, 2024
1 parent 6fe695a commit df4357d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Install boilerplate

on: [push]

env:
DOCKSAL_SSH_AGENT_USE_HOST: 0
DOCKSAL_DNS_DISABLED: 1

jobs:
install:
name: Verify boilerplate installs
runs-on: ubuntu-20.04
steps:
- name: Install Docksal
run: curl -fsSL https://get.docksal.io | bash
- name: fin sysinfo
run: fin sysinfo
- name: Checkout
uses: actions/checkout@v3
- name: Install boilerplate
run: fin init
- name: Test boilerplate
run: fin test
- name: fin config
run: fin config

0 comments on commit df4357d

Please sign in to comment.