Skip to content

Commit

Permalink
fix: cd workflows in server directory
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Mar 3, 2024
1 parent 5f304f7 commit c14cef0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Go to server directory
run: cd server

- name: Setup Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -126,6 +129,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Go to server directory
run: cd server

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -157,6 +163,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Go to server directory
run: cd server

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand All @@ -179,6 +188,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Go to server directory
run: cd server

- name: Setup Docker Buildx
uses: server/docker/setup-buildx-action@v3

Expand Down Expand Up @@ -234,6 +246,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Go to server directory
run: cd server

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -302,6 +317,9 @@ jobs:
- name: Fetch tags
run: git fetch --force --tags

- name: Go to server directory
run: cd server

- name: Setup Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit c14cef0

Please sign in to comment.