Skip to content

Commit 00f192d

Browse files
committed
Dummy commit to test CI
1 parent 8b07033 commit 00f192d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
sudo apt-get -qq update
5353
sudo apt-get install -y python${{ matrix.python }} python${{ matrix.python }}-distutils
5454
sudo pip install autopep8
55+
- name: Activate virtualenv
56+
run: |
57+
. .venv/bin/activate
58+
echo PATH=$PATH >> $GITHUB_ENV
5559
- name: Run Python tests
5660
run: |
5761
bin/before-install

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# test
12
# CI::Queue
23

34
[![Gem Version](https://badge.fury.io/rb/ci-queue.svg)](https://rubygems.org/gems/ci-queue)
45
[![Tests](https://github.com/Shopify/ci-queue/workflows/Tests/badge.svg?branch=master)](https://github.com/Shopify/ci-queue/actions?query=workflow%3ATests)
56

6-
Distribute tests over many workers using a queue.
7+
Distribute tests over many workers using a queue.
78

89
## Why a queue?
910

@@ -48,4 +49,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/Shopif
4849
## License
4950

5051
The code is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
51-

0 commit comments

Comments
 (0)