From 24b88d1ce4d96d5817d25efd39f9f8cae296a045 Mon Sep 17 00:00:00 2001 From: gab Date: Tue, 10 May 2022 11:28:40 +0800 Subject: [PATCH] Added migration script to ci. --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceb48f1..6772e2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,4 +73,8 @@ jobs: run: yarn build - name: Run E2E Tests - run: yarn test:e2e \ No newline at end of file + run: yarn test:e2e + - name: Run migration script + run: | + nohup anchor localnet + anchor migrate \ No newline at end of file