We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dec46 commit afdb467Copy full SHA for afdb467
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: yarn install
26
27
- name: Build project
28
- run: yarn build
+ run: CI=false yarn build
29
30
- name: Docker build
31
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/nextlevel-front .
0 commit comments