Skip to content

Commit

Permalink
revert syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Mar 6, 2023
1 parent eb00f45 commit 8a3420a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
run: |
snap info snapcraft
snap info snapcraft | grep -Eq 'tracking:\s+latest/stable'
grep -Eq 'tracking:\s+latest/stable' <(snap info snapcraft)
- name: Snapcraft should not be installed on Windows
if: startsWith(matrix.os, 'windows')
shell: bash
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
shell: bash
run: |
snap info snapcraft
snap info snapcraft | grep -Eq 'tracking:\s+latest/candidate'
grep -Eq 'tracking:\s+latest/candidate' <(snap info snapcraft)
# Install with lxd
lxd:
Expand Down

0 comments on commit 8a3420a

Please sign in to comment.