Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JensDll committed May 28, 2023
1 parent fd5115a commit 4d90d41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test_steganography.api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Setting up dotnet
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: "7.0.3xx"

- name: Restoring solution
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_steganography.web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
node-version: 18
cache: "pnpm"
cache-dependency-path: services/web/pnpm-lock.yaml
cache-dependency-path: services/steganography.web/pnpm-lock.yaml

- name: Installing dependencies
run: pnpm install --frozen-lockfile
Expand Down
File renamed without changes.

0 comments on commit 4d90d41

Please sign in to comment.