mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #97] [MERGED] [core] Add Test Setup for Deno #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/97
Author: @ricoberger
Created: 12/3/2023
Status: ✅ Merged
Merged: 12/3/2023
Merged by: @ricoberger
Base:
main← Head:core-add-test-setup-for-deno📝 Commits (1)
ac759d8[core] Add Test Setup for Deno📊 Changes
5 files changed (+51 additions, -0 deletions)
View changed files
📝
.github/workflows/continuous-integration.yaml(+17 -0)📝
.gitignore(+3 -0)📝
CONTRIBUTING.md(+20 -0)➕
supabase/functions/_shared/feed/medium_test.ts(+10 -0)📝
supabase/functions/import_map.json(+1 -0)📄 Description
This commit uses the "Continuous Integration" GitHub Action, to run tests for the Deno code, which is used by the Supabase functions and our Docker containers.
This commit also adds a first test so that the
deno testcommand does not fail.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.