Skip to content

Commit

Permalink
Update test-and-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudilav committed Nov 8, 2024
1 parent 285fc54 commit 499cdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Run Tests
container:
image: sudilav1/martepy:latest
image: sudilav1/martepy:main
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
name: Code Linting
container:
image: sudilav1/martepy:latest
image: sudilav1/martepy:main
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 499cdf3

Please sign in to comment.