We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2aa6c commit c950ab7Copy full SHA for c950ab7
.github/workflows/run_tests.yml
@@ -1,6 +1,6 @@
1
on: [push]
2
jobs:
3
- build:
+ test:
4
runs-on: ubuntu-latest
5
6
steps:
@@ -9,6 +9,6 @@ jobs:
9
submodules: true
10
- uses: ruby/setup-ruby@v1
11
with:
12
- ruby-version: 3.1
+ ruby-version: 3.2
13
- run: gem install jls-grok minitest
14
- run: ruby test/test.rb
test/test.rb
@@ -12,7 +12,7 @@
# It creates test cases from all yaml files in the current
# directory.
15
-class TestGrokPatterns < MiniTest::Test
+class TestGrokPatterns < Minitest::Test
16
17
@@test_dir = File.dirname(__FILE__)
18
@@upstream_pattern_dir = @@test_dir + '/logstash-patterns-core/patterns/ecs-v1/'
0 commit comments