Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Oct 23, 2024
1 parent 0029b87 commit a7209b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -42,3 +47,9 @@ jobs:
yarn_docker_build: true
yarn_workspace: '@service/eeats'
base_path: .
config_file_path: .xquare/config.yaml
base_url: .
build_path: .
language: null
critical_service: false
private_service: false

0 comments on commit a7209b1

Please sign in to comment.