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 d244592 commit bb5d5e5Copy full SHA for bb5d5e5
.github/workflows/test-unix.yaml
@@ -87,12 +87,14 @@ jobs:
87
# stack-version: 'latest'
88
89
- name: 📸 Build Snapshot
90
- run: |
91
- stack build --no-terminal --only-snapshot -j1
+ run: stack build --no-terminal --only-snapshot -j1
92
93
- name: 🧰 Build Dependencies
94
95
- stack build --no-terminal --only-dependencies
+ run: stack build --no-terminal --only-dependencies
+
+ - name: 🧰 Build ALS
96
+ run: stack build
97
98
99
# - name: 🔨 Build
100
# run: stack build
.github/workflows/test-windows.yaml
@@ -81,6 +81,8 @@ jobs:
81
run: |
82
stack build --no-terminal --only-dependencies
83
84
+ - name: 🧪 Build ALS
85
86
0 commit comments