We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b3da6 commit 45d4a70Copy full SHA for 45d4a70
.github/workflows/install.yml
@@ -0,0 +1,25 @@
1
+name: Install boilerplate
2
+
3
+on: [push]
4
5
+env:
6
+ DOCKSAL_SSH_AGENT_USE_HOST: 0
7
+ DOCKSAL_DNS_DISABLED: 1
8
9
+jobs:
10
+ install:
11
+ name: Verify boilerplate installs
12
+ runs-on: ubuntu-20.04
13
+ steps:
14
+ - name: Install Docksal
15
+ run: curl -fsSL https://get.docksal.io | bash
16
+ - name: fin sysinfo
17
+ run: fin sysinfo
18
+ - name: Checkout
19
+ uses: actions/checkout@v3
20
+ - name: Install boilerplate
21
+ run: fin init
22
+ - name: Test boilerplate
23
+ run: fin test
24
+ - name: fin config
25
+ run: fin config
.travis.yml
0 commit comments