Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou committed Oct 30, 2024
1 parent 352da68 commit 46f2c66
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@runtian-zhou
21 changes: 21 additions & 0 deletions .github/workflows/move_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Move Tests"
on:
pull_request:
push:
branches:
- main

jobs:
intent-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./intent-framework
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Runs move tests.
run: nix-shell --command 'aptos move test --dev'

0 comments on commit 46f2c66

Please sign in to comment.