Skip to content

Commit

Permalink
Fix syntax error in action
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Jan 9, 2025
1 parent a4e126c commit 7e2585d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
needs: publish-crates
runs-on: ubuntu-latest
steps:
- name: Intentially Skipping Action!
run: echo "TODO: bring back frontend tests"
- name: Skipping action
run: echo "TODO--bring back frontend tests"

# - uses: actions/checkout@v3
# - uses: DeterminateSystems/nix-installer-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
Expand Down

0 comments on commit 7e2585d

Please sign in to comment.