From 21d31bb8a9f81084da65838015b233d2ad6aa699 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Tue, 26 Jan 2021 15:45:00 -0800 Subject: [PATCH] Move tests directory into root of repository --- .github/workflows/CI.yml | 2 +- {functions/tide/tests => tests}/cmd_duration.fish | 0 {functions/tide/tests => tests}/context.fish | 0 {functions/tide/tests => tests}/decolor.fish | 0 {functions/tide/tests => tests}/jobs.fish | 0 {functions/tide/tests => tests}/pwd.fish | 0 {functions/tide/tests => tests}/rust.fish | 0 {functions/tide/tests => tests}/status.fish | 0 {functions/tide/tests => tests}/virtual_env.fish | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename {functions/tide/tests => tests}/cmd_duration.fish (100%) rename {functions/tide/tests => tests}/context.fish (100%) rename {functions/tide/tests => tests}/decolor.fish (100%) rename {functions/tide/tests => tests}/jobs.fish (100%) rename {functions/tide/tests => tests}/pwd.fish (100%) rename {functions/tide/tests => tests}/rust.fish (100%) rename {functions/tide/tests => tests}/status.fish (100%) rename {functions/tide/tests => tests}/virtual_env.fish (100%) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 03fb3d3..c545136 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: - uses: fish-actions/littlecheck@v1 with: - files: $GITHUB_WORKSPACE/functions/tide/tests/** + files: $GITHUB_WORKSPACE/tests/** prettier: runs-on: ubuntu-latest diff --git a/functions/tide/tests/cmd_duration.fish b/tests/cmd_duration.fish similarity index 100% rename from functions/tide/tests/cmd_duration.fish rename to tests/cmd_duration.fish diff --git a/functions/tide/tests/context.fish b/tests/context.fish similarity index 100% rename from functions/tide/tests/context.fish rename to tests/context.fish diff --git a/functions/tide/tests/decolor.fish b/tests/decolor.fish similarity index 100% rename from functions/tide/tests/decolor.fish rename to tests/decolor.fish diff --git a/functions/tide/tests/jobs.fish b/tests/jobs.fish similarity index 100% rename from functions/tide/tests/jobs.fish rename to tests/jobs.fish diff --git a/functions/tide/tests/pwd.fish b/tests/pwd.fish similarity index 100% rename from functions/tide/tests/pwd.fish rename to tests/pwd.fish diff --git a/functions/tide/tests/rust.fish b/tests/rust.fish similarity index 100% rename from functions/tide/tests/rust.fish rename to tests/rust.fish diff --git a/functions/tide/tests/status.fish b/tests/status.fish similarity index 100% rename from functions/tide/tests/status.fish rename to tests/status.fish diff --git a/functions/tide/tests/virtual_env.fish b/tests/virtual_env.fish similarity index 100% rename from functions/tide/tests/virtual_env.fish rename to tests/virtual_env.fish