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.
2 parents 8901096 + 04b089c commit b3f6e34Copy full SHA for b3f6e34
.github/workflows/test.yml
@@ -30,3 +30,6 @@ jobs:
30
31
- name: Run tests
32
run: npm test
33
+
34
+ - name: Docker build
35
+ run: docker build -t clearlydefined/website:latest .
azure-pipelines.yml
0 commit comments