Skip to content

Commit

Permalink
test fb
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 21, 2024
1 parent 02abf12 commit 09cacc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- run: gem install judges:0.0.31
- run: judges --verbose eval test.fb '$fb.insert.foo = 42'
- uses: ./
with:
verbose: true
Expand Down

0 comments on commit 09cacc8

Please sign in to comment.