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 2be99cc commit 4771c5a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Tests
on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- 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 4771c5a

Please sign in to comment.