Skip to content

Commit

Permalink
VIC-262: Deploy admin console
Browse files Browse the repository at this point in the history
updated github actions
  • Loading branch information
adnanalicic committed Feb 6, 2022
1 parent b8ca597 commit 857ff1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
eslint_dir: ./
eslint_extensions: js,ts,tsx
prettier: true
# - name: test and build
# run: |
# echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
# echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf
- name: test and build
run: |
echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf
# npm run test
# npm run build
npm run build
- name: Bump version
if: startsWith(env.BRANCH,'release') == true
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
eslint_extensions: js,ts,tsx
prettier: true
prettier_dir: ./src
# - name: test and build
# run: |
# echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
# echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf
- name: test and build
run: |
echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
echo "fs.inotify.max_user_watches=524288" | sudo tee -a /etc/sysctl.conf
# npm run test
# npm run build
npm run build
- uses: actions/upload-artifact@v2
with:
name: buildfiles
Expand Down

0 comments on commit 857ff1f

Please sign in to comment.