From 0ffa1556d7693fa80a67025cda0889b866c213ae Mon Sep 17 00:00:00 2001 From: Christopher Rowley Date: Sun, 20 Oct 2024 22:21:53 +0100 Subject: [PATCH] add integration test for ARFFFiles.jl (#192) Co-authored-by: Christopher Doris --- .github/workflows/IntegrationTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 520c045..c3a082b 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -29,6 +29,7 @@ jobs: - {user: nickrobinson251, repo: PowerFlowData.jl} - {user: quinnj, repo: JSON3.jl} - {user: RelationalAI, repo: ChunkedCSV.jl} + - {user: cjdoris, repo: ARFFFiles.jl} steps: - uses: actions/checkout@v2