Skip to content

Commit

Permalink
test c# and python on container
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Sep 20, 2024
1 parent 3934add commit cb35d2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ jobs:
with:
submodules: recursive

- name: lint rust
uses: ./.github/workflows/lint-rust
with:
cargo-toml-folder: csharp/lib
github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: lint rust
# uses: ./.github/workflows/lint-rust
# with:
# cargo-toml-folder: csharp/lib
# github-token: ${{ secrets.GITHUB_TOKEN }}

# - name: Set up dotnet
# uses: actions/setup-dotnet@v4
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,10 @@ jobs:
steps:
- name: Install git
run: |
yum update
yum install -y git tar python3
yum update
yum install -y git tar python3
python -m pip install --upgrade pip
pip install mypy-protobuf virtualenv
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit cb35d2e

Please sign in to comment.