Skip to content

Commit

Permalink
chore(fixtures): run test fixtures on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 7, 2021
1 parent 92a54d6 commit dea65f2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ on:
jobs:
test-fixtures:
name: Test fixtures
runs-on: ubuntu-20.04
container: rust:latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set git config
run: |
git config --global user.name github-actions
Expand Down

0 comments on commit dea65f2

Please sign in to comment.