Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Saetch committed May 10, 2024
1 parent 6600289 commit e3f6999
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
runs-on: Ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
docker-version: '19.03.12'
- run: ls ./Cluster
- run: ls Cluster
- run: docker-compose -f ./Cluster/docker-compose.yml build
Expand All @@ -18,6 +16,4 @@ jobs:
runs-on: Ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
dotnet-version: '3.1.301'
- run: dotnet build ./Client/Client.csproj

0 comments on commit e3f6999

Please sign in to comment.