Skip to content

[DRAFT] Url path extraction and encryption at the User side #13

[DRAFT] Url path extraction and encryption at the User side

[DRAFT] Url path extraction and encryption at the User side #13

Workflow file for this run

# This Action Runs the Testing Suite
on:
pull_request:
types: [opened, reopened]
branches:
- development
- main
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: "Run Unit Tests"
run: go test -v globe-and-citizen/layer8-interceptor/internals