Skip to content

Commit

Permalink
[antlir][oss] github actions ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagro committed May 6, 2024
1 parent abcee84 commit c680702
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Tests
on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: facebook/install-dotslash@latest
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
- name: Validate targets
run: |
./buck2 audit providers --quiet //...
- name: Build layer with RPMs
run: |
./buck2 build antlir//antlir/antlir2/features/rpm/tests:simple--layer

0 comments on commit c680702

Please sign in to comment.