Skip to content

Commit

Permalink
remove 3.18 version from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Sep 11, 2024
1 parent eb9d150 commit a35e1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
saleor: [318, 319, 320]
saleor: [319, 320]
env:
ACCESS_TOKEN: ${{ secrets.saleor-token }}
SALEOR_VERSION: ${{ matrix.saleor }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe("App should calculate taxes for draft order with manual total discount

it("should add manual discount for total as staff user", async () => {
await testCase
.step("add manual discouny to draft order")
.step("add manual discount to draft order")
.spec()
.post("/graphql/")
.withGraphQLQuery(OrderDiscountAdd)
Expand Down

0 comments on commit a35e1e6

Please sign in to comment.