Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Nov 15, 2023
1 parent 7d3d0a7 commit 48ca942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/playwright.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Clean Tree
name: Validate
on:
pull_request:

Expand All @@ -7,7 +7,7 @@ env:
DOCKER_APP_IMAGE_TAG: 'latest'

jobs:
git-clean-tree-test:
verify-clean-tree:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: myimage
name: docker-image
path: /tmp
- name: Load image
run: docker load -i /tmp/docker-image.tar
Expand Down

0 comments on commit 48ca942

Please sign in to comment.