Skip to content

Commit

Permalink
ci: remove datadog ci, fix frontend ci (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-suri authored Mar 26, 2024
1 parent 7de14d5 commit 194e9c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: jetprotocol/builder:rust-1.68.0-node-18.15.0-solana-1.14.17-anchor-0.27.0-1
env:
PGUSER: ${{ env.PGUSER }}
PGPASSWORD: ${{ env.PGPASSWORD }}
PGDATABASE: ${{ env.PGDATABASE }}
PROGRAM_ID: ${{ env.PROGRAM_ID }}
PGHOST: postgres
ENDPOINT: http://localhost:8899

env:
PGUSER: myuser
PGPASSWORD: mypass
PGDATABASE: mydb
PROGRAM_ID: Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS

services:
postgres:
image: postgres:latest
env:
POSTGRES_USER: ${{ env.PGUSER }}
POSTGRES_PASSWORD: ${{ env.PGPASSWORD }}
POSTGRES_DB: ${{ env.PGDATABASE }}
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5

defaults:
run:
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/push-token-dispenser-datadog-image.yml

This file was deleted.

0 comments on commit 194e9c0

Please sign in to comment.